| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.hive | |
| org.apache.drill.exec.store.parquet |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGroupScanWithMetadata<P extends TableMetadataProvider>
Represents table group scan with metadata usage.
|
class |
SchemalessScan
The type of scan operator, which allows to scan schemaless tables (
DynamicDrillTable with null selection) |
| Constructor and Description |
|---|
AbstractFileGroupScan(AbstractFileGroupScan that) |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyGroupScan |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveDrillNativeParquetScan |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParquetGroupScan |
class |
ParquetGroupScan |
| Modifier and Type | Method and Description |
|---|---|
AbstractFileGroupScan |
ParquetFormatPlugin.getGroupScan(String userName,
FileSelection selection,
List<SchemaPath> columns) |
AbstractFileGroupScan |
ParquetFormatPlugin.getGroupScan(String userName,
FileSelection selection,
List<SchemaPath> columns,
OptionManager options) |
AbstractFileGroupScan |
ParquetFormatPlugin.getGroupScan(String userName,
FileSelection selection,
List<SchemaPath> columns,
OptionManager options,
MetadataProviderManager metadataProviderManager) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.