Module sql_parser::ast::defs::expr [−][src]
Structs
A function call
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.)
)
Enums
An SQL expression of any type.
Arguments for a function call.
Specifies WindowFrame’s start_bound
and end_bound