Uses of Class
org.apache.drill.metastore.metadata.MetadataInfo
Package
Description
-
Uses of MetadataInfo in org.apache.drill.exec.metastore.analyze
Modifier 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.org.apache.drill.shaded.guava.com.google.common.collect.Multimap<Integer,
MetadataInfo> FileMetadataInfoCollector.getSegmentsInfo()
org.apache.drill.shaded.guava.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()
Modifier 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
Modifier 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 ofTableMetadataUnit
metadata 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
Modifier and TypeFieldDescriptionprotected MetadataInfo
BaseMetadata.BaseMetadataBuilder.metadataInfo
protected final MetadataInfo
BaseMetadata.metadataInfo
Modifier and TypeMethodDescriptionMetadataInfo.MetadataInfoBuilder.build()
BaseMetadata.getMetadataInfo()
Metadata.getMetadataInfo()
NonInterestingColumnsMetadata.getMetadataInfo()
Modifier and TypeMethodDescriptionBaseMetadata.BaseMetadataBuilder.metadataInfo
(MetadataInfo metadataInfo)