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