Uses of Class
org.apache.drill.exec.physical.impl.ScanBatch
Package
Description
MongoDB storage plugin.
-
Uses of ScanBatch in org.apache.drill.exec.store.direct
Modifier and TypeMethodDescriptionDirectBatchCreator.getBatch
(ExecutorFragmentContext context, DirectSubScan config, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.hbase
Modifier and TypeMethodDescriptionHBaseScanBatchCreator.getBatch
(ExecutorFragmentContext context, HBaseSubScan subScan, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionHiveScanBatchCreator.getBatch
(ExecutorFragmentContext context, HiveSubScan config, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.ischema
Modifier and TypeMethodDescriptionInfoSchemaBatchCreator.getBatch
(ExecutorFragmentContext context, InfoSchemaSubScan config, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.kudu
Modifier and TypeMethodDescriptionKuduScanBatchCreator.getBatch
(ExecutorFragmentContext context, KuduSubScan subScan, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.mongo
Modifier and TypeMethodDescriptionMongoScanBatchCreator.getBatch
(ExecutorFragmentContext context, MongoSubScan subScan, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.parquet
Modifier and TypeMethodDescriptionprotected ScanBatch
AbstractParquetScanBatchCreator.getBatch
(ExecutorFragmentContext context, AbstractParquetRowGroupScan rowGroupScan, OperatorContext oContext) ParquetScanBatchCreator.getBatch
(ExecutorFragmentContext context, ParquetRowGroupScan rowGroupScan, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.sys
Modifier and TypeMethodDescriptionSystemTableBatchCreator.getBatch
(ExecutorFragmentContext context, SystemTableScan scan, List<RecordBatch> children)