Module mz_sql_parser::ast::defs::expr

source ·

Structs

  • A function call
  • A reference to an operator.
  • Specifies the data processed by a window function, e.g. RANGE UNBOUNDED PRECEDING or ROWS BETWEEN 5 PRECEDING AND CURRENT ROW.
  • A window specification (i.e. OVER (PARTITION BY .. ORDER BY .. etc.)) Includes potential IGNORE NULLS or RESPECT NULLS from before the OVER clause.

Enums