Uses of Class
org.apache.drill.metastore.metadata.FileMetadata
Packages that use FileMetadata
Package
Description
-
Uses of FileMetadata in org.apache.drill.exec.metastore.store
Fields in org.apache.drill.exec.metastore.store with type parameters of type FileMetadataModifier and TypeFieldDescriptionprotected Map<org.apache.hadoop.fs.Path,
FileMetadata> MetastoreFileTableMetadataProvider.files
Methods in org.apache.drill.exec.metastore.store that return FileMetadataModifier and TypeMethodDescriptionMetastoreFileTableMetadataProvider.getFileMetadata
(org.apache.hadoop.fs.Path location) SimpleFileTableMetadataProvider.getFileMetadata
(org.apache.hadoop.fs.Path location) Methods in org.apache.drill.exec.metastore.store that return types with arguments of type FileMetadataModifier and TypeMethodDescriptionMetastoreFileTableMetadataProvider.getFilesForPartition
(PartitionMetadata partition) SimpleFileTableMetadataProvider.getFilesForPartition
(PartitionMetadata partition) Map<org.apache.hadoop.fs.Path,
FileMetadata> MetastoreFileTableMetadataProvider.getFilesMetadataMap()
Map<org.apache.hadoop.fs.Path,
FileMetadata> SimpleFileTableMetadataProvider.getFilesMetadataMap()
-
Uses of FileMetadata in org.apache.drill.exec.physical.base
Fields in org.apache.drill.exec.physical.base with type parameters of type FileMetadataModifier and TypeFieldDescriptionprotected Map<org.apache.hadoop.fs.Path,
FileMetadata> AbstractGroupScanWithMetadata.files
protected Map<org.apache.hadoop.fs.Path,
FileMetadata> AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.files
Methods in org.apache.drill.exec.physical.base that return types with arguments of type FileMetadataModifier and TypeMethodDescriptionMap<org.apache.hadoop.fs.Path,
FileMetadata> AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.getFiles()
Map<org.apache.hadoop.fs.Path,
FileMetadata> AbstractGroupScanWithMetadata.getFilesMetadata()
Method parameters in org.apache.drill.exec.physical.base with type arguments of type FileMetadataModifier and TypeMethodDescriptionAbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.files
(Map<org.apache.hadoop.fs.Path, FileMetadata> files) -
Uses of FileMetadata in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet that return FileMetadataModifier and TypeMethodDescriptionBaseParquetMetadataProvider.getFileMetadata
(org.apache.hadoop.fs.Path location) static FileMetadata
ParquetTableMetadataUtils.getFileMetadata
(Collection<RowGroupMetadata> rowGroups) ReturnsFileMetadata
instance received by merging specifiedRowGroupMetadata
list.Methods in org.apache.drill.exec.store.parquet that return types with arguments of type FileMetadataModifier and TypeMethodDescriptionBaseParquetMetadataProvider.getFilesForPartition
(PartitionMetadata partition) Map<org.apache.hadoop.fs.Path,
FileMetadata> BaseParquetMetadataProvider.getFilesMetadataMap()
Method parameters in org.apache.drill.exec.store.parquet with type arguments of type FileMetadataModifier and TypeMethodDescriptionstatic PartitionMetadata
ParquetTableMetadataUtils.getPartitionMetadata
(SchemaPath partitionColumn, List<FileMetadata> files) ReturnsPartitionMetadata
instance received by merging specifiedFileMetadata
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) -
Uses of FileMetadata in org.apache.drill.metastore.components.tables
Methods in org.apache.drill.metastore.components.tables that return FileMetadataModifier and TypeMethodDescriptionBasicTablesRequests.fileMetadata
(TableInfo tableInfo, String metadataKey, String path) Returns file metadata based on given table information, metadata key and full path.Methods in org.apache.drill.metastore.components.tables that return types with arguments of type FileMetadataModifier and TypeMethodDescriptionstatic List<FileMetadata>
BasicTablesTransformer.files
(List<TableMetadataUnit> units) BasicTablesTransformer.MetadataHolder.files()
BasicTablesRequests.filesMetadata
(TableInfo tableInfo, String metadataKey, List<String> paths) Returns files metadata based on given table information, metadata key and files paths.BasicTablesRequests.filesMetadata
(TableInfo tableInfo, List<MetadataInfo> metadataInfos) Returns files metadata based on the given table information and metadata keys. -
Uses of FileMetadata in org.apache.drill.metastore.metadata
Methods in org.apache.drill.metastore.metadata that return FileMetadataModifier and TypeMethodDescriptionFileMetadata.FileMetadataBuilder.build()
TableMetadataProvider.getFileMetadata
(org.apache.hadoop.fs.Path location) ReturnsFileMetadata
instance which corresponds to metadata of file for specified location.Methods in org.apache.drill.metastore.metadata that return types with arguments of type FileMetadataModifier and TypeMethodDescriptionTableMetadataProvider.getFilesForPartition
(PartitionMetadata partition) Returns list ofFileMetadata
instances which belongs to specified partitions.Map<org.apache.hadoop.fs.Path,
FileMetadata> TableMetadataProvider.getFilesMetadataMap()
Returns map ofFileMetadata
instances which provides metadata for specific file and its columns.