Uses of Class
org.apache.drill.exec.store.parquet.metadata.Metadata_V4.ParquetTableMetadata_v4
-
Uses of Metadata_V4.ParquetTableMetadata_v4 in org.apache.drill.exec.store.parquet.metadata
Modifier and TypeMethodDescriptionMetadataPathUtils.createMetadataWithRelativePaths
(Metadata_V4.ParquetTableMetadata_v4 tableMetadataWithAbsolutePaths, org.apache.hadoop.fs.Path baseDir) Creates a new parquet table metadata from thetableMetadataWithAbsolutePaths
parquet table.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.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.Modifier and TypeMethodDescriptionMetadataPathUtils.createMetadataWithRelativePaths
(Metadata_V4.ParquetTableMetadata_v4 tableMetadataWithAbsolutePaths, org.apache.hadoop.fs.Path baseDir) Creates a new parquet table metadata from thetableMetadataWithAbsolutePaths
parquet table.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