Uses of Class
org.apache.drill.exec.physical.impl.ScanBatch
Packages that use ScanBatch
Package
Description
MongoDB storage plugin.
-
Uses of ScanBatch in org.apache.drill.exec.store.direct
Methods in org.apache.drill.exec.store.direct that return ScanBatchModifier and TypeMethodDescriptionDirectBatchCreator.getBatch
(ExecutorFragmentContext context, DirectSubScan config, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.hbase
Methods in org.apache.drill.exec.store.hbase that return ScanBatchModifier and TypeMethodDescriptionHBaseScanBatchCreator.getBatch
(ExecutorFragmentContext context, HBaseSubScan subScan, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return ScanBatchModifier and TypeMethodDescriptionHiveScanBatchCreator.getBatch
(ExecutorFragmentContext context, HiveSubScan config, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.ischema
Methods in org.apache.drill.exec.store.ischema that return ScanBatchModifier and TypeMethodDescriptionInfoSchemaBatchCreator.getBatch
(ExecutorFragmentContext context, InfoSchemaSubScan config, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.kudu
Methods in org.apache.drill.exec.store.kudu that return ScanBatchModifier and TypeMethodDescriptionKuduScanBatchCreator.getBatch
(ExecutorFragmentContext context, KuduSubScan subScan, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.mongo
Methods in org.apache.drill.exec.store.mongo that return ScanBatchModifier and TypeMethodDescriptionMongoScanBatchCreator.getBatch
(ExecutorFragmentContext context, MongoSubScan subScan, List<RecordBatch> children) -
Uses of ScanBatch in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet that return ScanBatchModifier 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
Methods in org.apache.drill.exec.store.sys that return ScanBatchModifier and TypeMethodDescriptionSystemTableBatchCreator.getBatch
(ExecutorFragmentContext context, SystemTableScan scan, List<RecordBatch> children)