| 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.ischema | |
| 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.parquet | |
| org.apache.drill.exec.store.sys |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileGroupScan |
interface |
GroupScan
A GroupScan operator represents all data which will be scanned by a given physical
plan.
|
interface |
SubScan
A SubScan operator represents the data scanned by a particular major/minor fragment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileGroupScan |
class |
AbstractGroupScan |
class |
AbstractSubScan |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyGroupScan |
class |
EasySubScan |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectGroupScan |
class |
DirectSubScan |
class |
MetadataDirectGroupScan
Represents direct scan based on metadata information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfoSchemaGroupScan |
class |
InfoSchemaSubScan |
| Modifier and Type | Class and Description |
|---|---|
class |
MockGroupScanPOP
Describes a "group" scan of a (logical) mock table.
|
class |
MockSubScanPOP
Describes a physical scan operation for the mock data source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetGroupScan |
class |
ParquetRowGroupScan |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemTableScan |
Copyright © 2017 The Apache Software Foundation. All rights reserved.