Uses of Interface
io.trino.operator.RowIdComparisonStrategy
-
Packages that use RowIdComparisonStrategy Package Description io.trino.operator -
-
Uses of RowIdComparisonStrategy in io.trino.operator
Subinterfaces of RowIdComparisonStrategy in io.trino.operator Modifier and Type Interface Description interfaceRowIdComparisonHashStrategyStrategy that combines both comparison and hash/equality over row IDsMethods in io.trino.operator with parameters of type RowIdComparisonStrategy Modifier and Type Method Description intRowReference. compareTo(RowIdComparisonStrategy strategy, long rowId)Compares the referenced row to the specified row ID using the provided RowIdComparisonStrategy.intRowReferencePageManager.LoadCursor. compareTo(RowIdComparisonStrategy strategy, long rowId)Constructors in io.trino.operator with parameters of type RowIdComparisonStrategy Constructor Description GroupedTopNRowNumberAccumulator(RowIdComparisonStrategy strategy, int topN, LongConsumer rowIdEvictionListener)
-