Uses of Interface
io.trino.operator.RowReference
-
Packages that use RowReference Package Description io.trino.operator -
-
Uses of RowReference in io.trino.operator
Classes in io.trino.operator that implement RowReference Modifier and Type Class Description static classRowReferencePageManager.LoadCursorCursor that allows callers to advance through the registered page and dictate whether a specific position should be preserved with a stable row ID.Methods in io.trino.operator with parameters of type RowReference Modifier and Type Method Description booleanGroupedTopNRankAccumulator. add(long groupId, RowReference rowReference)Add the specified row to this accumulator.booleanGroupedTopNRowNumberAccumulator. add(long groupId, RowReference rowReference)Add the specified row to this accumulator.longTopNPeerGroupLookup. get(long groupId, RowReference rowReference)
-