range
fun WindowSpecificationExpression.range(bound: WindowFrameBoundExpression): WindowSpecificationExpression(source)
Specify the frame clause of this window using the given bound in range unit.
With range unit, the frame is defined by rows within a value range. Offsets are differences in row values from the current row value.
Since
3.6.0