Uses of Interface
io.trino.operator.window.PartitionerSupplier
-
Packages that use PartitionerSupplier Package Description io.trino.operator io.trino.operator.window -
-
Uses of PartitionerSupplier in io.trino.operator
Constructors in io.trino.operator with parameters of type PartitionerSupplier Constructor Description WindowOperatorFactory(int operatorId, PlanNodeId planNodeId, List<? extends Type> sourceTypes, List<Integer> outputChannels, List<WindowFunctionDefinition> windowFunctionDefinitions, List<Integer> partitionChannels, List<Integer> preGroupedChannels, List<Integer> sortChannels, List<SortOrder> sortOrder, int preSortedChannelPrefix, int expectedPositions, PagesIndex.Factory pagesIndexFactory, boolean spillEnabled, SpillerFactory spillerFactory, OrderingCompiler orderingCompiler, List<Type> measureTypes, PartitionerSupplier partitionerSupplier) -
Uses of PartitionerSupplier in io.trino.operator.window
Classes in io.trino.operator.window that implement PartitionerSupplier Modifier and Type Class Description classPatternRecognitionPartitionerSupplierclassRegularPartitionerSupplier
-