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