| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.catalog.stats |
| Modifier and Type | Method and Description |
|---|---|
CatalogColumnStatistics |
Catalog.getPartitionColumnStatistics(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec)
Get the column statistics of a partition.
|
CatalogColumnStatistics |
Catalog.getTableColumnStatistics(ObjectPath tablePath)
Get the column statistics of a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Catalog.alterPartitionColumnStatistics(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec,
CatalogColumnStatistics columnStatistics,
boolean ignoreIfNotExists)
Update the column statistics of a table partition.
|
void |
Catalog.alterTableColumnStatistics(ObjectPath tablePath,
CatalogColumnStatistics columnStatistics,
boolean ignoreIfNotExists)
Update the column statistics of a table.
|
| Modifier and Type | Field and Description |
|---|---|
static CatalogColumnStatistics |
CatalogColumnStatistics.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
CatalogColumnStatistics |
CatalogColumnStatistics.copy()
Create a deep copy of "this" instance.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.