Uses of Class
org.apache.drill.metastore.metadata.MetadataInfo
Packages that use MetadataInfo
Package
Description
-
Uses of MetadataInfo in org.apache.drill.exec.metastore.analyze
Methods in org.apache.drill.exec.metastore.analyze that return types with arguments of type MetadataInfoModifier and TypeMethodDescriptionFileMetadataInfoCollector.getAllMetaToHandle()MetadataInfoCollector.getAllMetaToHandle()Returns list of all metadata info instances which should be handled either producing analyze or when fetching from the Metastore.FileMetadataInfoCollector.getFilesInfo()MetadataInfoCollector.getFilesInfo()Returns list of files metadata info which should be fetched from the Metastore.FileMetadataInfoCollector.getMetadataToRemove()MetadataInfoCollector.getMetadataToRemove()Returns list of all metadata info which corresponds to top-level segments and should be removed from the Metastore.FileMetadataInfoCollector.getRowGroupsInfo()MetadataInfoCollector.getRowGroupsInfo()Returns list of row groups metadata info which should be fetched from the Metastore.com.google.common.collect.Multimap<Integer, MetadataInfo> FileMetadataInfoCollector.getSegmentsInfo()com.google.common.collect.Multimap<Integer, MetadataInfo> MetadataInfoCollector.getSegmentsInfo()Returns list of segments metadata info which should be fetched from the Metastore.MetadataControllerContext.metadataToHandle()MetadataHandlerContext.metadataToHandle()MetadataControllerContext.metadataToRemove()Method parameters in org.apache.drill.exec.metastore.analyze with type arguments of type MetadataInfoModifier and TypeMethodDescriptionMetadataControllerContext.MetadataControllerContextBuilder.metadataToHandle(List<MetadataInfo> metadataToHandle) MetadataHandlerContext.MetadataHandlerContextBuilder.metadataToHandle(List<MetadataInfo> metadataToHandle) MetadataControllerContext.MetadataControllerContextBuilder.metadataToRemove(List<MetadataInfo> metadataToRemove) -
Uses of MetadataInfo in org.apache.drill.metastore.components.tables
Method parameters in org.apache.drill.metastore.components.tables with type arguments of type MetadataInfoModifier and TypeMethodDescriptionBasicTablesRequests.filesMetadata(TableInfo tableInfo, List<MetadataInfo> metadataInfos) Returns files metadata based on the given table information and metadata keys.BasicTablesRequests.metadata(TableInfo tableInfo, Collection<MetadataInfo> metadataInfos) Returns list ofTableMetadataUnitmetadata based on the given table information, and metadata identifiers.BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo, List<MetadataInfo> metadataInfos) Returns row groups metadata based on given table information and metadata identifiers.BasicTablesRequests.segmentsMetadata(TableInfo tableInfo, List<MetadataInfo> metadataInfos) Returns segments metadata based on the given table information and metadata identifiers. -
Uses of MetadataInfo in org.apache.drill.metastore.metadata
Fields in org.apache.drill.metastore.metadata declared as MetadataInfoModifier and TypeFieldDescriptionprotected MetadataInfoBaseMetadata.BaseMetadataBuilder.metadataInfoprotected final MetadataInfoBaseMetadata.metadataInfoMethods in org.apache.drill.metastore.metadata that return MetadataInfoModifier and TypeMethodDescriptionMetadataInfo.MetadataInfoBuilder.build()BaseMetadata.getMetadataInfo()Metadata.getMetadataInfo()NonInterestingColumnsMetadata.getMetadataInfo()Methods in org.apache.drill.metastore.metadata with parameters of type MetadataInfoModifier and TypeMethodDescriptionBaseMetadata.BaseMetadataBuilder.metadataInfo(MetadataInfo metadataInfo)