Functions§
- Reverses the ORDER BY expression, which is useful during equivalent window expression construction. For instance, ‘ORDER BY a ASC, NULLS LAST’ turns into ‘ORDER BY a DESC, NULLS FIRST’.
- Scatter
truthy
array by boolean mask. When the mask evaluatestrue
, next values oftruthy
are taken, when the mask evaluatesfalse
values null values are filled.
Type Aliases§
- Represents a
PhysicalExpr
node with associated properties (order and range) in a context where properties are tracked.