| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
OperatorFactory |
TaskOutputOperator.TaskOutputFactory.createOutputOperator(int operatorId,
PlanNodeId planNodeId,
List<Type> types,
Function<Page,Page> pagePreprocessor,
PagesSerdeFactory serdeFactory) |
OperatorFactory |
OutputFactory.createOutputOperator(int operatorId,
PlanNodeId planNodeId,
List<Type> types,
Function<Page,Page> pagePreprocessor,
PagesSerdeFactory serdeFactory) |
OperatorFactory |
PartitionedOutputOperator.PartitionedOutputFactory.createOutputOperator(int operatorId,
PlanNodeId planNodeId,
List<Type> types,
Function<Page,Page> pagePreprocessor,
PagesSerdeFactory serdeFactory) |
| Constructor and Description |
|---|
ExchangeOperatorFactory(int operatorId,
PlanNodeId sourceId,
ExchangeClientSupplier exchangeClientSupplier,
PagesSerdeFactory serdeFactory) |
MergeOperatorFactory(int operatorId,
PlanNodeId sourceId,
ExchangeClientSupplier exchangeClientSupplier,
PagesSerdeFactory serdeFactory,
OrderingCompiler orderingCompiler,
List<Type> types,
List<Integer> outputChannels,
List<Integer> sortChannels,
List<SortOrder> sortOrder) |
PartitionedOutputOperator(OperatorContext operatorContext,
List<Type> sourceTypes,
Function<Page,Page> pagePreprocessor,
PartitionFunction partitionFunction,
List<Integer> partitionChannels,
List<Optional<NullableValue>> partitionConstants,
boolean replicatesAnyRow,
OptionalInt nullChannel,
OutputBuffer outputBuffer,
PagesSerdeFactory serdeFactory,
io.airlift.units.DataSize maxMemory) |
PartitionedOutputOperatorFactory(int operatorId,
PlanNodeId planNodeId,
List<Type> sourceTypes,
Function<Page,Page> pagePreprocessor,
PartitionFunction partitionFunction,
List<Integer> partitionChannels,
List<Optional<NullableValue>> partitionConstants,
boolean replicatesAnyRow,
OptionalInt nullChannel,
OutputBuffer outputBuffer,
PagesSerdeFactory serdeFactory,
io.airlift.units.DataSize maxMemory) |
TaskOutputOperator(OperatorContext operatorContext,
OutputBuffer outputBuffer,
Function<Page,Page> pagePreprocessor,
PagesSerdeFactory serdeFactory) |
TaskOutputOperatorFactory(int operatorId,
PlanNodeId planNodeId,
OutputBuffer outputBuffer,
Function<Page,Page> pagePreprocessor,
PagesSerdeFactory serdeFactory) |
| Modifier and Type | Method and Description |
|---|---|
OperatorFactory |
NullOutputOperator.NullOutputFactory.createOutputOperator(int operatorId,
PlanNodeId planNodeId,
List<Type> types,
Function<Page,Page> pagePreprocessor,
PagesSerdeFactory serdeFactory) |
OperatorFactory |
PageConsumerOperator.PageConsumerOutputFactory.createOutputOperator(int operatorId,
PlanNodeId planNodeId,
List<Type> types,
Function<Page,Page> pagePreprocessor,
PagesSerdeFactory serdeFactory) |
Copyright © 2012–2019. All rights reserved.