| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.dfs | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.direct | |
| org.apache.drill.exec.store.easy.sequencefile | |
| org.apache.drill.exec.store.easy.text | |
| 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 | Class and Description |
|---|---|
class |
AbstractFileGroupScan |
| Constructor and Description |
|---|
AbstractGroupScan(AbstractGroupScan that) |
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection)
Get the physical scan operator for the particular GroupScan (read) node.
|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns)
Get the physical scan operator for the particular GroupScan (read) node.
|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupScan |
FormatPlugin.getGroupScan(String userName,
FileSelection selection,
List<SchemaPath> columns) |
AbstractGroupScan |
FileSystemPlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyGroupScan |
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupScan |
EasyFormatPlugin.getGroupScan(String userName,
FileSelection selection,
List<SchemaPath> columns) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectGroupScan |
class |
MetadataDirectGroupScan
Represents direct scan based on metadata information.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupScan |
SequenceFileFormatPlugin.getGroupScan(String userName,
FileSelection selection,
List<SchemaPath> columns) |
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupScan |
TextFormatPlugin.getGroupScan(String userName,
FileSelection selection,
List<SchemaPath> columns) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupScan |
MockStorageEngine.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetGroupScan |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemTableScan |
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupScan |
SystemTablePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.