Uses of Interface
org.apache.drill.exec.physical.impl.protocol.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
ModifierConstructorDescriptionOperatorDriver
(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
Modifier and TypeClassDescriptionclass
Implementation of the revised scan operator that uses a mutator aware of batch sizes.