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