Class RowReferencePageManager.LoadCursor

java.lang.Object
io.trino.operator.RowReferencePageManager.LoadCursor
All Implemented Interfaces:
RowReference, AutoCloseable
Enclosing class:
RowReferencePageManager

public static final class RowReferencePageManager.LoadCursor extends Object implements RowReference, AutoCloseable
Cursor that allows callers to advance through the registered page and dictate whether a specific position should be preserved with a stable row ID. Row ID generation can be expensive in tight loops, so this allows callers to quickly skip positions that won't be needed.