| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.catalog.stats |
| Modifier and Type | Method and Description |
|---|---|
CatalogTableStatistics |
Catalog.getPartitionStatistics(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec)
Get the statistics of a partition.
|
CatalogTableStatistics |
Catalog.getTableStatistics(ObjectPath tablePath)
Get the statistics of a table.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CatalogTableStatistics> |
Catalog.bulkGetPartitionStatistics(ObjectPath tablePath,
List<CatalogPartitionSpec> partitionSpecs)
Get a list of statistics of given partitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Catalog.alterPartitionStatistics(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec,
CatalogTableStatistics partitionStatistics,
boolean ignoreIfNotExists)
Update the statistics of a table partition.
|
void |
Catalog.alterTableStatistics(ObjectPath tablePath,
CatalogTableStatistics tableStatistics,
boolean ignoreIfNotExists)
Update the statistics of a table.
|
| Modifier and Type | Field and Description |
|---|---|
static CatalogTableStatistics |
CatalogTableStatistics.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
CatalogTableStatistics |
CatalogTableStatistics.copy()
Create a deep copy of "this" instance.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.