| Package | Description |
|---|---|
| io.prestosql.operator |
| Modifier and Type | Method and Description |
|---|---|
static JoinBridgeManager<PartitionedLookupSourceFactory> |
JoinBridgeManager.lookupAllAtOnce(PartitionedLookupSourceFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static JoinBridgeManager<PartitionedLookupSourceFactory> |
JoinBridgeManager.lookupAllAtOnce(PartitionedLookupSourceFactory factory) |
| Constructor and Description |
|---|
HashBuilderOperator(OperatorContext operatorContext,
PartitionedLookupSourceFactory lookupSourceFactory,
int partitionIndex,
List<Integer> outputChannels,
List<Integer> hashChannels,
OptionalInt preComputedHashChannel,
Optional<JoinFilterFunctionCompiler.JoinFilterFunctionFactory> filterFunctionFactory,
Optional<Integer> sortChannel,
List<JoinFilterFunctionCompiler.JoinFilterFunctionFactory> searchFunctionFactories,
int expectedPositions,
PagesIndex.Factory pagesIndexFactory,
boolean spillEnabled,
SingleStreamSpillerFactory singleStreamSpillerFactory) |
| Constructor and Description |
|---|
HashBuilderOperatorFactory(int operatorId,
PlanNodeId planNodeId,
JoinBridgeManager<PartitionedLookupSourceFactory> lookupSourceFactoryManager,
List<Integer> outputChannels,
List<Integer> hashChannels,
OptionalInt preComputedHashChannel,
Optional<JoinFilterFunctionCompiler.JoinFilterFunctionFactory> filterFunctionFactory,
Optional<Integer> sortChannel,
List<JoinFilterFunctionCompiler.JoinFilterFunctionFactory> searchFunctionFactories,
int expectedPositions,
PagesIndex.Factory pagesIndexFactory,
boolean spillEnabled,
SingleStreamSpillerFactory singleStreamSpillerFactory) |
Copyright © 2012–2019. All rights reserved.