rangeBetween
fun WindowSpecificationExpression.rangeBetween(start: WindowFrameBoundExpression, end: WindowFrameBoundExpression): WindowSpecificationExpression(source)
Specify the frame clause of this window using the given bounds (start & end) in rows 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