public withWindow(windowOffset as Long, windowLimit as Long) as QirQueryPlan:
Returns a relative result window while retaining the original boundary.
| Parameter | Description |
|---|---|
windowOffset | Rows skipped relative to this plan. |
windowLimit | Maximum rows, or -1. |
New immutable QIR plan.