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.filesMethods 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.filesprotected Map<org.apache.hadoop.fs.Path, FileMetadata> AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.filesMethods 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 FileMetadataParquetTableMetadataUtils.getFileMetadata(Collection<RowGroupMetadata> rowGroups) ReturnsFileMetadatainstance received by merging specifiedRowGroupMetadatalist.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 PartitionMetadataParquetTableMetadataUtils.getPartitionMetadata(SchemaPath partitionColumn, List<FileMetadata> files) ReturnsPartitionMetadatainstance received by merging specifiedFileMetadatalist.protected 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) ReturnsFileMetadatainstance 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 ofFileMetadatainstances which belongs to specified partitions.Map<org.apache.hadoop.fs.Path, FileMetadata> TableMetadataProvider.getFilesMetadataMap()Returns map ofFileMetadatainstances which provides metadata for specific file and its columns.