Modifier and Type | Field and Description |
---|---|
protected Map<org.apache.hadoop.fs.Path,FileMetadata> |
MetastoreFileTableMetadataProvider.files |
Modifier and Type | Method and Description |
---|---|
FileMetadata |
MetastoreFileTableMetadataProvider.getFileMetadata(org.apache.hadoop.fs.Path location) |
FileMetadata |
SimpleFileTableMetadataProvider.getFileMetadata(org.apache.hadoop.fs.Path location) |
Modifier and Type | Method and Description |
---|---|
List<FileMetadata> |
MetastoreFileTableMetadataProvider.getFilesForPartition(PartitionMetadata partition) |
List<FileMetadata> |
SimpleFileTableMetadataProvider.getFilesForPartition(PartitionMetadata partition) |
Map<org.apache.hadoop.fs.Path,FileMetadata> |
MetastoreFileTableMetadataProvider.getFilesMetadataMap() |
Map<org.apache.hadoop.fs.Path,FileMetadata> |
SimpleFileTableMetadataProvider.getFilesMetadataMap() |
Modifier and Type | Field and Description |
---|---|
protected Map<org.apache.hadoop.fs.Path,FileMetadata> |
AbstractGroupScanWithMetadata.files |
protected Map<org.apache.hadoop.fs.Path,FileMetadata> |
AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.files |
Modifier and Type | Method and Description |
---|---|
Map<org.apache.hadoop.fs.Path,FileMetadata> |
AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.getFiles() |
Map<org.apache.hadoop.fs.Path,FileMetadata> |
AbstractGroupScanWithMetadata.getFilesMetadata() |
Modifier and Type | Method and Description |
---|---|
B |
AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.files(Map<org.apache.hadoop.fs.Path,FileMetadata> files) |
Modifier and Type | Method and Description |
---|---|
static FileMetadata |
ParquetTableMetadataUtils.getFileMetadata(Collection<RowGroupMetadata> rowGroups)
Returns
FileMetadata instance received by merging specified RowGroupMetadata list. |
FileMetadata |
BaseParquetMetadataProvider.getFileMetadata(org.apache.hadoop.fs.Path location) |
Modifier and Type | Method and Description |
---|---|
List<FileMetadata> |
BaseParquetMetadataProvider.getFilesForPartition(PartitionMetadata partition) |
Map<org.apache.hadoop.fs.Path,FileMetadata> |
BaseParquetMetadataProvider.getFilesMetadataMap() |
Modifier and Type | Method and Description |
---|---|
static PartitionMetadata |
ParquetTableMetadataUtils.getPartitionMetadata(SchemaPath partitionColumn,
List<FileMetadata> files)
Returns
PartitionMetadata instance received by merging specified FileMetadata list. |
protected org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,RowGroupMetadata> |
AbstractParquetGroupScan.pruneRowGroupsForFiles(Map<org.apache.hadoop.fs.Path,FileMetadata> filteredFileMetadata) |
Modifier and Type | Method and Description |
---|---|
FileMetadata |
BasicTablesRequests.fileMetadata(TableInfo tableInfo,
String metadataKey,
String path)
Returns file metadata based on given table information, metadata key and full path.
|
Modifier and Type | Method and Description |
---|---|
List<FileMetadata> |
BasicTablesTransformer.MetadataHolder.files() |
static List<FileMetadata> |
BasicTablesTransformer.files(List<TableMetadataUnit> units) |
List<FileMetadata> |
BasicTablesRequests.filesMetadata(TableInfo tableInfo,
List<MetadataInfo> metadataInfos)
Returns files metadata based on the given table information and metadata keys.
|
List<FileMetadata> |
BasicTablesRequests.filesMetadata(TableInfo tableInfo,
String metadataKey,
List<String> paths)
Returns files metadata based on given table information, metadata key and files paths.
|
Constructor and Description |
---|
MetadataHolder(List<BaseTableMetadata> tables,
List<SegmentMetadata> segments,
List<FileMetadata> files,
List<RowGroupMetadata> rowGroups,
List<PartitionMetadata> partitions) |
Modifier and Type | Method and Description |
---|---|
FileMetadata |
FileMetadata.FileMetadataBuilder.build() |
FileMetadata |
TableMetadataProvider.getFileMetadata(org.apache.hadoop.fs.Path location)
Returns
FileMetadata instance which corresponds to metadata of file for specified location. |
Modifier and Type | Method and Description |
---|---|
List<FileMetadata> |
TableMetadataProvider.getFilesForPartition(PartitionMetadata partition)
Returns list of
FileMetadata instances which belongs to specified partitions. |
Map<org.apache.hadoop.fs.Path,FileMetadata> |
TableMetadataProvider.getFilesMetadataMap()
Returns map of
FileMetadata instances which provides metadata for specific file and its columns. |
Copyright © 1970 The Apache Software Foundation. All rights reserved.