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