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