Package org.apache.drill.exec.store.hive
Class HiveScanBatchCreator
java.lang.Object
org.apache.drill.exec.store.hive.HiveScanBatchCreator
- All Implemented Interfaces:
BatchCreator<HiveSubScan>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, HiveSubScan config, List<RecordBatch> children)
-
Constructor Details
-
HiveScanBatchCreator
public HiveScanBatchCreator()
-
-
Method Details
-
getBatch
public ScanBatch getBatch(ExecutorFragmentContext context, HiveSubScan config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<HiveSubScan>
- Throws:
ExecutionSetupException
-