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