risingwave_frontend::expr

Module window_function

source

Structsยง

  • A window function performs a calculation across a set of table rows that are somehow related to the current row, according to the window spec OVER (PARTITION BY .. ORDER BY ..). One output row is calculated for each row in the input table.