Uses of Class
org.apache.drill.exec.physical.impl.ScanBatch
Packages that use ScanBatch
Package
Description
-
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.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.parquet
Methods in org.apache.drill.exec.store.parquet that return ScanBatchModifier and TypeMethodDescriptionprotected ScanBatchAbstractParquetScanBatchCreator.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)