| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.direct | |
| org.apache.drill.exec.store.druid | |
| org.apache.drill.exec.store.easy.text | |
| org.apache.drill.exec.store.enumerable | |
| org.apache.drill.exec.store.hbase | |
| org.apache.drill.exec.store.hive | |
| org.apache.drill.exec.store.http | |
| org.apache.drill.exec.store.ischema | |
| org.apache.drill.exec.store.jdbc | |
| org.apache.drill.exec.store.kafka |
Kafka storage plugin.
|
| org.apache.drill.exec.store.kudu | |
| org.apache.drill.exec.store.mapr.db.binary | |
| org.apache.drill.exec.store.mapr.db.json | |
| org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
| org.apache.drill.exec.store.mongo |
MongoDB storage plugin.
|
| org.apache.drill.exec.store.openTSDB | |
| org.apache.drill.exec.store.splunk | |
| org.apache.drill.exec.store.sys |
| Modifier and Type | Field and Description |
|---|---|
static ScanStats |
ScanStats.TRIVIAL_TABLE |
static ScanStats |
ScanStats.ZERO_RECORD_TABLE |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
SchemalessScan.getScanStats() |
ScanStats |
AbstractGroupScan.getScanStats() |
ScanStats |
AbstractGroupScanWithMetadata.getScanStats() |
ScanStats |
AbstractGroupScan.getScanStats(PlannerSettings settings) |
ScanStats |
GroupScan.getScanStats(PlannerSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
EasyGroupScan.getScanStats(PlannerSettings settings) |
protected ScanStats |
EasyFormatPlugin.getScanStats(PlannerSettings settings,
EasyGroupScan scan) |
| Modifier and Type | Field and Description |
|---|---|
protected ScanStats |
DirectGroupScan.stats |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
DirectGroupScan.getScanStats() |
| Constructor and Description |
|---|
DirectGroupScan(RecordReader reader,
ScanStats stats) |
MetadataDirectGroupScan(RecordReader reader,
org.apache.hadoop.fs.Path selectionRoot,
int numFiles,
ScanStats stats,
boolean usedMetadataSummaryFile,
boolean usedMetastore) |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
DruidGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
protected ScanStats |
TextFormatPlugin.getScanStats(PlannerSettings settings,
EasyGroupScan scan) |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
EnumerableGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
HBaseGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
HiveScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
HttpGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
InfoSchemaGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
JdbcGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
KafkaGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
KuduGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
BinaryTableGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
RestrictedJsonTableGroupScan.getScanStats() |
ScanStats |
JsonTableGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
MockGroupScanPOP.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
MongoGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
OpenTSDBGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
SplunkGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
SystemTableScan.getScanStats()
System tables do not need stats.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.