Skip to main content

Module windows

Module windows 

Source
Expand description

Window function types for Shape AST

Structs§

OrderByClause
ORDER BY clause for query results
WindowExpr
Window function expression: func() OVER (window_spec)
WindowFrame
Window frame definition
WindowSpec
Window specification for OVER clause

Enums§

SortDirection
Sort direction for ORDER BY clause
WindowBound
Window frame boundary
WindowFrameType
Window frame type
WindowFunction
SQL-style window function