Uses of Interface
org.apache.drill.exec.ops.RootFragmentContext
Package
Description
-
Uses of RootFragmentContext in org.apache.drill.exec.ops
Modifier and TypeInterfaceDescriptioninterface
The context that is used by a Drillbit in classes like 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 RootFragmentContext in org.apache.drill.exec.physical.impl
ModifierConstructorDescriptionBaseRootExec
(RootFragmentContext fragmentContext, OperatorContext oContext, PhysicalOperator config) BaseRootExec
(RootFragmentContext fragmentContext, PhysicalOperator config) ScreenRoot
(RootFragmentContext context, RecordBatch incoming, Screen config) SingleSenderRootExec
(RootFragmentContext context, RecordBatch batch, SingleSender config) -
Uses of RootFragmentContext in org.apache.drill.exec.physical.impl.broadcastsender
ModifierConstructorDescriptionBroadcastSenderRootExec
(RootFragmentContext context, RecordBatch incoming, BroadcastSender config) -
Uses of RootFragmentContext in org.apache.drill.exec.physical.impl.partitionsender
ModifierConstructorDescriptionPartitionSenderRootExec
(RootFragmentContext context, RecordBatch incoming, HashPartitionSender operator) PartitionSenderRootExec
(RootFragmentContext context, RecordBatch incoming, HashPartitionSender operator, boolean closeIncoming)