Class UnpivotMapsBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.unpivot.UnpivotMapsBatchCreator
- All Implemented Interfaces:
- BatchCreator<UnpivotMaps>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBatch(ExecutorFragmentContext context, UnpivotMaps config, List<RecordBatch> children) 
- 
Constructor Details- 
UnpivotMapsBatchCreatorpublic UnpivotMapsBatchCreator()
 
- 
- 
Method Details- 
getBatchpublic CloseableRecordBatch getBatch(ExecutorFragmentContext context, UnpivotMaps config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
- getBatchin interface- BatchCreator<UnpivotMaps>
- Throws:
- ExecutionSetupException
 
 
-