Uses of Interface
org.apache.drill.exec.physical.impl.protocol.OperatorExec
Packages that use OperatorExec
Package
Description
Defines a revised implementation of the Drill RecordBatch protocol.
Defines the scan operation implementation.
-
Uses of OperatorExec in org.apache.drill.exec.physical.impl.protocol
Constructors in org.apache.drill.exec.physical.impl.protocol with parameters of type OperatorExecModifierConstructorDescriptionOperatorDriver
(OperatorContext opContext, OperatorExec opExec, boolean enableSchemaBatch) OperatorRecordBatch
(FragmentContext context, PhysicalOperator config, OperatorExec opExec, boolean enableSchemaBatch) -
Uses of OperatorExec in org.apache.drill.exec.physical.impl.scan
Classes in org.apache.drill.exec.physical.impl.scan that implement OperatorExecModifier and TypeClassDescriptionclass
Implementation of the revised scan operator that uses a mutator aware of batch sizes.