| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.physical.config | |
| 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 |
Store
An interface which supports storing a record stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileGroupScan |
class |
AbstractGroupScan |
class |
AbstractStore |
| Modifier and Type | Class and Description |
|---|---|
class |
Screen |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyGroupScan |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectGroupScan |
class |
MetadataDirectGroupScan
Represents direct scan based on metadata information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfoSchemaGroupScan |
| Modifier and Type | Class and Description |
|---|---|
class |
MockGroupScanPOP
Describes a "group" scan of a (logical) mock table.
|
class |
MockStorePOP |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetGroupScan |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemTableScan |
Copyright © 2017 The Apache Software Foundation. All rights reserved.