Package | Description |
---|---|
org.apache.drill.exec.store.parquet.metadata |
Modifier and Type | Method and Description |
---|---|
static Metadata_V4.ParquetTableMetadata_v4 |
MetadataPathUtils.createMetadataWithRelativePaths(Metadata_V4.ParquetTableMetadata_v4 tableMetadataWithAbsolutePaths,
org.apache.hadoop.fs.Path baseDir)
Creates a new parquet table metadata from the
tableMetadataWithAbsolutePaths parquet table. |
static Metadata_V4.ParquetTableMetadata_v4 |
Metadata.getParquetTableMetadata(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
ParquetReaderConfig readerConfig)
Get the parquet metadata for the parquet files in the given directory, including those in subdirectories.
|
static Metadata_V4.ParquetTableMetadata_v4 |
Metadata.getParquetTableMetadata(Map<org.apache.hadoop.fs.FileStatus,org.apache.hadoop.fs.FileSystem> fileStatusMap,
ParquetReaderConfig readerConfig)
Get the parquet metadata for a list of parquet files.
|
Modifier and Type | Method and Description |
---|---|
static Metadata_V4.ParquetTableMetadata_v4 |
MetadataPathUtils.createMetadataWithRelativePaths(Metadata_V4.ParquetTableMetadata_v4 tableMetadataWithAbsolutePaths,
org.apache.hadoop.fs.Path baseDir)
Creates a new parquet table metadata from the
tableMetadataWithAbsolutePaths parquet table. |
static Metadata_V4.ParquetFileAndRowCountMetadata |
Metadata.getParquetFileMetadata_v4(Metadata_V4.ParquetTableMetadata_v4 parquetTableMetadata,
org.apache.parquet.hadoop.metadata.ParquetMetadata footer,
org.apache.hadoop.fs.FileStatus file,
org.apache.hadoop.fs.FileSystem fs,
boolean allColumnsInteresting,
boolean skipNonInteresting,
Set<SchemaPath> columnSet,
ParquetReaderConfig readerConfig)
Get the file metadata for a single file
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.