Uses of Interface
org.apache.drill.exec.ops.RootFragmentContext
Packages that use RootFragmentContext
Package
Description
-
Uses of RootFragmentContext in org.apache.drill.exec.ops
Subinterfaces of RootFragmentContext in org.apache.drill.exec.opsModifier and TypeInterfaceDescriptioninterfaceThe context that is used by a Drillbit in classes like theFragmentExecutor.Classes in org.apache.drill.exec.ops that implement RootFragmentContextModifier and TypeClassDescriptionclassThis 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
Fields in org.apache.drill.exec.physical.impl declared as RootFragmentContextMethods in org.apache.drill.exec.physical.impl that return RootFragmentContextConstructors in org.apache.drill.exec.physical.impl with parameters of type RootFragmentContextModifierConstructorDescriptionBaseRootExec(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
Constructors in org.apache.drill.exec.physical.impl.broadcastsender with parameters of type RootFragmentContextModifierConstructorDescriptionBroadcastSenderRootExec(RootFragmentContext context, RecordBatch incoming, BroadcastSender config) -
Uses of RootFragmentContext in org.apache.drill.exec.physical.impl.partitionsender
Constructors in org.apache.drill.exec.physical.impl.partitionsender with parameters of type RootFragmentContextModifierConstructorDescriptionPartitionSenderRootExec(RootFragmentContext context, RecordBatch incoming, HashPartitionSender operator) PartitionSenderRootExec(RootFragmentContext context, RecordBatch incoming, HashPartitionSender operator, boolean closeIncoming)