WindowSpecificationExpression
Window specification expression.
Since
3.6.0
Constructors
Properties
Extra properties of this expression, maybe useful in SqlFormatter to generate some special SQLs.
end bound of the window frame.
start bound of the window frame.
frame unit indicates the type of relationship between the current row and frame rows.
Check if this expression is a leaf node in expression trees.
order-by clause indicates how to sort rows in each partition.
partition-by clause indicates how to divide the query rows into groups.
Functions
Specify the order-by clause of this window using the given order-by expressions.
Specify the partition-by clause of this window using the given columns or expressions.
Specify the frame clause of this window using the given bound in range unit.
Specify the frame clause of this window using the given bounds (start & end) in rows unit.
Specify the frame clause of this window using the given bound in rows unit.
Specify the frame clause of this window using the given bounds (start & end) in rows unit.