Uses of Interface
io.prestosql.operator.PagesIndexComparator
-
Packages that use PagesIndexComparator Package Description io.prestosql.operator io.prestosql.operator.window -
-
Uses of PagesIndexComparator in io.prestosql.operator
Classes in io.prestosql.operator that implement PagesIndexComparator Modifier and Type Class Description classSimpleChannelComparatorclassSimplePagesIndexComparatorMethods in io.prestosql.operator that return PagesIndexComparator Modifier and Type Method Description PagesIndexComparatorPagesIndex. createChannelComparator(int leftChannel, int rightChannel)PagesIndexComparatorPagesIndexOrdering. getComparator()Constructors in io.prestosql.operator with parameters of type PagesIndexComparator Constructor Description PagesIndexOrdering(PagesIndexComparator comparator) -
Uses of PagesIndexComparator in io.prestosql.operator.window
Constructor parameters in io.prestosql.operator.window with type arguments of type PagesIndexComparator Constructor Description WindowPartition(PagesIndex pagesIndex, int partitionStart, int partitionEnd, int[] outputChannels, List<FramedWindowFunction> windowFunctions, PagesHashStrategy peerGroupHashStrategy, Map<WindowOperator.FrameBoundKey,PagesIndexComparator> frameBoundComparators)
-