Class SchemalessBatchCreator
java.lang.Object
org.apache.drill.exec.physical.base.SchemalessBatchCreator
- All Implemented Interfaces:
BatchCreator<SchemalessScan>
The operator for creating
SchemalessBatch
instances-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, SchemalessScan subScan, List<RecordBatch> children)
-
Constructor Details
-
SchemalessBatchCreator
public SchemalessBatchCreator()
-
-
Method Details
-
getBatch
public CloseableRecordBatch getBatch(ExecutorFragmentContext context, SchemalessScan subScan, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<SchemalessScan>
- Throws:
ExecutionSetupException
-