| Modifier and Type | Field and Description |
|---|---|
protected BaseTableMetadata |
MetastoreFileTableMetadataProvider.tableMetadata |
| Modifier and Type | Method and Description |
|---|---|
static BaseTableMetadata |
TestMetastoreCommands.getBaseTableMetadata(TableInfo tableInfo,
File table) |
static BaseTableMetadata |
TestMetastoreCommands.getBaseTableMetadata(TableInfo tableInfo,
File table,
TupleMetadata schema) |
| Constructor and Description |
|---|
Table(String catalog,
String schema,
String type,
BaseTableMetadata tableMetadata) |
| Modifier and Type | Method and Description |
|---|---|
BaseTableMetadata |
BasicTablesRequests.tableMetadata(TableInfo tableInfo)
Returns table general information metadata based on given table information.
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseTableMetadata> |
BasicTablesTransformer.MetadataHolder.tables() |
static List<BaseTableMetadata> |
BasicTablesTransformer.tables(List<TableMetadataUnit> units) |
List<BaseTableMetadata> |
BasicTablesRequests.tablesMetadata(FilterExpression filter)
Returns tables general information metadata based on given filter.
|
| Constructor and Description |
|---|
MetadataHolder(List<BaseTableMetadata> tables,
List<SegmentMetadata> segments,
List<FileMetadata> files,
List<RowGroupMetadata> rowGroups,
List<PartitionMetadata> partitions) |
| Modifier and Type | Method and Description |
|---|---|
BaseTableMetadata |
BaseTableMetadata.BaseTableMetadataBuilder.build() |
BaseTableMetadata |
BaseTableMetadata.cloneWithStats(Map<SchemaPath,ColumnStatistics<?>> columnStatistics,
List<StatisticsHolder<?>> tableStatistics) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.