Uses of Interface
org.apache.drill.exec.ops.ExchangeFragmentContext
Package
Description
-
Uses of ExchangeFragmentContext in org.apache.drill.exec.ops
Modifier and TypeInterfaceDescriptioninterface
The context that is used by a Drillbit in classes like theFragmentExecutor
.interface
Provides services needed by theFragmentExecutor
.Modifier and TypeClassDescriptionclass
This is the core Context which implements all the Context interfaces:FragmentContext
: A context provided to non-exchange operators.ExchangeFragmentContext
: A context provided to exchange operators.RootFragmentContext
: A context provided to fragment roots.ExecutorFragmentContext
: A context used by the Drillbit. The interfaces above expose resources to varying degrees. -
Uses of ExchangeFragmentContext in org.apache.drill.exec.physical.impl.mergereceiver
ModifierConstructorDescriptionMergingRecordBatch
(ExchangeFragmentContext context, MergingReceiverPOP config, RawFragmentBatchProvider[] fragProviders) -
Uses of ExchangeFragmentContext in org.apache.drill.exec.physical.impl.partitionsender
Modifier and TypeMethodDescriptionvoid
Partitioner.setup
(ExchangeFragmentContext context, RecordBatch incoming, HashPartitionSender popConfig, OperatorStats stats, OperatorContext oContext, ClassGenerator<?> cg, int start, int count) final void
PartitionerTemplate.setup
(ExchangeFragmentContext context, RecordBatch incoming, HashPartitionSender popConfig, OperatorStats stats, OperatorContext oContext, ClassGenerator<?> cg, int start, int end) -
Uses of ExchangeFragmentContext in org.apache.drill.exec.physical.impl.unorderedreceiver
ModifierConstructorDescriptionUnorderedReceiverBatch
(ExchangeFragmentContext context, RawFragmentBatchProvider fragProvider, UnorderedReceiver config)