Uses of Class
org.apache.drill.exec.physical.base.ScanStats
Package
Description
Drill storage plugin.
Kafka storage plugin.
Defines a mock data source which generates dummy test data for use
in testing.
MongoDB storage plugin.
-
Uses of ScanStats in org.apache.drill.exec.physical.base
Modifier and TypeFieldDescriptionstatic final ScanStats
ScanStats.TRIVIAL_TABLE
static final ScanStats
ScanStats.ZERO_RECORD_TABLE
Modifier and TypeMethodDescriptionAbstractGroupScan.getScanStats()
AbstractGroupScan.getScanStats
(org.apache.calcite.rel.metadata.RelMetadataQuery mq) AbstractGroupScan.getScanStats
(PlannerSettings settings) AbstractGroupScanWithMetadata.getScanStats()
GroupScan.getScanStats
(org.apache.calcite.rel.metadata.RelMetadataQuery mq) GroupScan.getScanStats
(PlannerSettings settings) SchemalessScan.getScanStats()
-
Uses of ScanStats in org.apache.drill.exec.store.dfs.easy
Modifier and TypeMethodDescriptionprotected ScanStats
EasyFormatPlugin.getScanStats
(PlannerSettings settings, EasyGroupScan scan) EasyGroupScan.getScanStats
(PlannerSettings settings) -
Uses of ScanStats in org.apache.drill.exec.store.direct
ModifierConstructorDescriptionDirectGroupScan
(RecordReader reader, ScanStats stats) MetadataDirectGroupScan
(RecordReader reader, org.apache.hadoop.fs.Path selectionRoot, int numFiles, ScanStats stats, boolean usedMetadataSummaryFile, boolean usedMetastore) -
Uses of ScanStats in org.apache.drill.exec.store.drill.plugin
-
Uses of ScanStats in org.apache.drill.exec.store.druid
-
Uses of ScanStats in org.apache.drill.exec.store.easy.text
Modifier and TypeMethodDescriptionprotected ScanStats
TextFormatPlugin.getScanStats
(PlannerSettings settings, EasyGroupScan scan) -
Uses of ScanStats in org.apache.drill.exec.store.enumerable
-
Uses of ScanStats in org.apache.drill.exec.store.googlesheets
-
Uses of ScanStats in org.apache.drill.exec.store.hbase
-
Uses of ScanStats in org.apache.drill.exec.store.hive
-
Uses of ScanStats in org.apache.drill.exec.store.http
-
Uses of ScanStats in org.apache.drill.exec.store.iceberg
-
Uses of ScanStats in org.apache.drill.exec.store.ischema
-
Uses of ScanStats in org.apache.drill.exec.store.jdbc
-
Uses of ScanStats in org.apache.drill.exec.store.kafka
-
Uses of ScanStats in org.apache.drill.exec.store.kudu
-
Uses of ScanStats in org.apache.drill.exec.store.mock
-
Uses of ScanStats in org.apache.drill.exec.store.mongo
-
Uses of ScanStats in org.apache.drill.exec.store.openTSDB
-
Uses of ScanStats in org.apache.drill.exec.store.splunk
-
Uses of ScanStats in org.apache.drill.exec.store.sys
Modifier and TypeMethodDescriptionSystemTableScan.getScanStats()
System tables do not need stats.