Uses of Interface
org.apache.drill.exec.ops.ExchangeFragmentContext
Packages that use ExchangeFragmentContext
Package
Description
-
Uses of ExchangeFragmentContext in org.apache.drill.exec.ops
Subinterfaces of ExchangeFragmentContext in org.apache.drill.exec.opsModifier and TypeInterfaceDescriptioninterface
The context that is used by a Drillbit in classes like theFragmentExecutor
.interface
Provides services needed by theFragmentExecutor
.Classes in org.apache.drill.exec.ops that implement ExchangeFragmentContextModifier 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
Constructors in org.apache.drill.exec.physical.impl.mergereceiver with parameters of type ExchangeFragmentContextModifierConstructorDescriptionMergingRecordBatch
(ExchangeFragmentContext context, MergingReceiverPOP config, RawFragmentBatchProvider[] fragProviders) -
Uses of ExchangeFragmentContext in org.apache.drill.exec.physical.impl.partitionsender
Methods in org.apache.drill.exec.physical.impl.partitionsender with parameters of type ExchangeFragmentContextModifier 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
Constructors in org.apache.drill.exec.physical.impl.unorderedreceiver with parameters of type ExchangeFragmentContextModifierConstructorDescriptionUnorderedReceiverBatch
(ExchangeFragmentContext context, RawFragmentBatchProvider fragProvider, UnorderedReceiver config)