Class EnumerableBatchCreator
java.lang.Object
org.apache.drill.exec.store.enumerable.EnumerableBatchCreator
- All Implemented Interfaces:
BatchCreator<EnumerableSubScan>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, EnumerableSubScan subScan, List<RecordBatch> children)
-
Constructor Details
-
EnumerableBatchCreator
public EnumerableBatchCreator()
-
-
Method Details
-
getBatch
public CloseableRecordBatch getBatch(ExecutorFragmentContext context, EnumerableSubScan subScan, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<EnumerableSubScan>
- Throws:
ExecutionSetupException
-