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