klyn.data.internal.qir.QirQueryPlan.withWindow
method
public withWindow(windowOffset as Long, windowLimit as Long) as QirQueryPlan:
Description

Returns a relative result window while retaining the original boundary.

Parameters
ParameterDescription
windowOffsetRows skipped relative to this plan.
windowLimitMaximum rows, or -1.
Returns

New immutable QIR plan.