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