Enumeration: FrameMode
Defined in: lang-sql/src/ast/window.ts:6
The unit used to define a window frame boundary.
Enumeration Members
GROUPS
GROUPS:
"groups"
Defined in: lang-sql/src/ast/window.ts:12
GROUPS mode: peer-group offsets from the current row.
RANGE
RANGE:
"range"
Defined in: lang-sql/src/ast/window.ts:8
Logical RANGE mode: rows within the peer group of the boundary value.
ROWS
ROWS:
"rows"
Defined in: lang-sql/src/ast/window.ts:10
Physical ROWS mode: exact row offsets from the current row.