Uses of Interface
io.trino.operator.output.PagePartitioner
-
Packages that use PagePartitioner Package Description io.trino.operator.output -
-
Uses of PagePartitioner in io.trino.operator.output
Classes in io.trino.operator.output that implement PagePartitioner Modifier and Type Class Description classDefaultPagePartitionerMethods in io.trino.operator.output that return PagePartitioner Modifier and Type Method Description PagePartitionerPagePartitionerFactory. create(PartitionFunction partitionFunction, List<Integer> partitionChannels, List<Optional<NullableValue>> partitionConstants, boolean replicatesAnyRow, OptionalInt nullChannel, OutputBuffer outputBuffer, PagesSerdeFactory serdeFactory, List<Type> sourceTypes, io.airlift.units.DataSize maxMemory, OperatorContext operatorContext)
-