| Package | Description |
|---|---|
| org.apache.drill.exec.planner | |
| org.apache.drill.exec.store.dfs | |
| org.apache.drill.exec.store.parquet.metadata |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.core.TableScan |
AbstractPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitions,
org.apache.hadoop.fs.Path cacheFileRoot,
boolean isAllPruned,
MetadataContext metaContext) |
org.apache.calcite.rel.core.TableScan |
FileSystemPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitionLocation,
org.apache.hadoop.fs.Path cacheFileRoot,
boolean wasAllPartitionsPruned,
MetadataContext metaContext) |
org.apache.calcite.rel.core.TableScan |
PartitionDescriptor.createTableScan(List<PartitionLocation> newPartitions,
org.apache.hadoop.fs.Path cacheFileRoot,
boolean wasAllPartitionsPruned,
MetadataContext metaContext)
Create a new TableScan rel node, given the lists of new partitions or new files to scan and a path
to a metadata cache file
|
org.apache.calcite.rel.core.TableScan |
ParquetPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitionLocation,
org.apache.hadoop.fs.Path cacheFileRoot,
boolean wasAllPartitionsPruned,
MetadataContext metaContext) |
| Modifier and Type | Method and Description |
|---|---|
MetadataContext |
FileSelection.getMetaContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSelection.setMetaContext(MetadataContext context) |
| Modifier and Type | Method and Description |
|---|---|
static MetadataBase.ParquetTableMetadataBase |
Metadata.readBlockMeta(org.apache.hadoop.fs.FileSystem fs,
List<org.apache.hadoop.fs.Path> paths,
MetadataContext metaContext,
ParquetReaderConfig readerConfig)
Get the parquet metadata for the table by reading the metadata file
|
static ParquetTableMetadataDirs |
Metadata.readMetadataDirs(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
MetadataContext metaContext,
ParquetReaderConfig readerConfig)
Get the parquet metadata for all subdirectories by reading the metadata file
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.