Uses of Class
io.prestosql.operator.WindowOperator.FrameBoundKey
-
Packages that use WindowOperator.FrameBoundKey Package Description io.prestosql.operator.window -
-
Uses of WindowOperator.FrameBoundKey in io.prestosql.operator.window
Constructor parameters in io.prestosql.operator.window with type arguments of type WindowOperator.FrameBoundKey Constructor Description WindowPartition(PagesIndex pagesIndex, int partitionStart, int partitionEnd, int[] outputChannels, List<FramedWindowFunction> windowFunctions, PagesHashStrategy peerGroupHashStrategy, Map<WindowOperator.FrameBoundKey,PagesIndexComparator> frameBoundComparators)
-