Uses of Interface
io.trino.operator.RowIdComparisonStrategy
Packages that use RowIdComparisonStrategy
-
Uses of RowIdComparisonStrategy in io.trino.operator
Subinterfaces of RowIdComparisonStrategy in io.trino.operatorModifier and TypeInterfaceDescriptioninterfaceStrategy that combines both comparison and hash/equality over row IDsMethods in io.trino.operator with parameters of type RowIdComparisonStrategyModifier and TypeMethodDescriptionintRowReference.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 RowIdComparisonStrategyModifierConstructorDescriptionGroupedTopNRowNumberAccumulator(RowIdComparisonStrategy strategy, int topN, LongConsumer rowIdEvictionListener)