rowsBetween
fun WindowSpecificationExpression.rowsBetween(start: WindowFrameBoundExpression, end: WindowFrameBoundExpression): WindowSpecificationExpression(source)
Specify the frame clause of this window using the given bounds (start & end) in rows unit.
With rows unit, the frame is defined by beginning and ending row positions. Offsets are differences in row numbers from the current row number.
Since
3.6.0