| Package | Description |
|---|---|
| org.apache.drill.exec.metastore.analyze | |
| org.apache.drill.exec.sql | |
| org.apache.drill.metastore.components.tables | |
| org.apache.drill.metastore.metadata |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataInfo> |
FileMetadataInfoCollector.getAllMetaToHandle() |
List<MetadataInfo> |
MetadataInfoCollector.getAllMetaToHandle()
Returns list of all metadata info instances which should be handled
either producing analyze or when fetching from the Metastore.
|
List<MetadataInfo> |
FileMetadataInfoCollector.getFilesInfo() |
List<MetadataInfo> |
MetadataInfoCollector.getFilesInfo()
Returns list of files metadata info which should be fetched from the Metastore.
|
List<MetadataInfo> |
FileMetadataInfoCollector.getMetadataToRemove() |
List<MetadataInfo> |
MetadataInfoCollector.getMetadataToRemove()
Returns list of all metadata info which corresponds to top-level segments and should be removed from the Metastore.
|
List<MetadataInfo> |
FileMetadataInfoCollector.getRowGroupsInfo() |
List<MetadataInfo> |
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.
|
List<MetadataInfo> |
MetadataHandlerContext.metadataToHandle() |
List<MetadataInfo> |
MetadataControllerContext.metadataToHandle() |
List<MetadataInfo> |
MetadataControllerContext.metadataToRemove() |
| Modifier and Type | Method and Description |
|---|---|
MetadataHandlerContext.MetadataHandlerContextBuilder |
MetadataHandlerContext.MetadataHandlerContextBuilder.metadataToHandle(List<MetadataInfo> metadataToHandle) |
MetadataControllerContext.MetadataControllerContextBuilder |
MetadataControllerContext.MetadataControllerContextBuilder.metadataToHandle(List<MetadataInfo> metadataToHandle) |
MetadataControllerContext.MetadataControllerContextBuilder |
MetadataControllerContext.MetadataControllerContextBuilder.metadataToRemove(List<MetadataInfo> metadataToRemove) |
| Modifier and Type | Field and Description |
|---|---|
static MetadataInfo |
TestMetastoreCommands.TABLE_META_INFO |
| Modifier and Type | Method and Description |
|---|---|
List<FileMetadata> |
BasicTablesRequests.filesMetadata(TableInfo tableInfo,
List<MetadataInfo> metadataInfos)
Returns files metadata based on the given table information and metadata keys.
|
List<TableMetadataUnit> |
BasicTablesRequests.metadata(TableInfo tableInfo,
Collection<MetadataInfo> metadataInfos)
Returns list of
TableMetadataUnit metadata based on the given table information, and metadata identifiers. |
List<RowGroupMetadata> |
BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo,
List<MetadataInfo> metadataInfos)
Returns row groups metadata based on given table information and metadata identifiers.
|
List<SegmentMetadata> |
BasicTablesRequests.segmentsMetadata(TableInfo tableInfo,
List<MetadataInfo> metadataInfos)
Returns segments metadata based on the given table information and metadata identifiers.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetadataInfo |
BaseMetadata.metadataInfo |
protected MetadataInfo |
BaseMetadata.BaseMetadataBuilder.metadataInfo |
| Modifier and Type | Method and Description |
|---|---|
MetadataInfo |
MetadataInfo.MetadataInfoBuilder.build() |
MetadataInfo |
BaseMetadata.getMetadataInfo() |
MetadataInfo |
NonInterestingColumnsMetadata.getMetadataInfo() |
MetadataInfo |
Metadata.getMetadataInfo() |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseMetadata.BaseMetadataBuilder.metadataInfo(MetadataInfo metadataInfo) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.