Uses of Class
org.apache.flink.table.catalog.stats.CatalogColumnStatistics
-
Packages that use CatalogColumnStatistics Package Description org.apache.flink.table.catalog org.apache.flink.table.catalog.stats -
-
Uses of CatalogColumnStatistics in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogColumnStatistics Modifier and Type Method Description CatalogColumnStatisticsCatalog. getPartitionColumnStatistics(ObjectPath tablePath, CatalogPartitionSpec partitionSpec)Get the column statistics of a partition.CatalogColumnStatisticsCatalog. getTableColumnStatistics(ObjectPath tablePath)Get the column statistics of a table.Methods in org.apache.flink.table.catalog that return types with arguments of type CatalogColumnStatistics Modifier and Type Method Description default List<CatalogColumnStatistics>Catalog. bulkGetPartitionColumnStatistics(ObjectPath tablePath, List<CatalogPartitionSpec> partitionSpecs)Get a list of column statistics for given partitions.Methods in org.apache.flink.table.catalog with parameters of type CatalogColumnStatistics Modifier and Type Method Description voidCatalog. alterPartitionColumnStatistics(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogColumnStatistics columnStatistics, boolean ignoreIfNotExists)Update the column statistics of a table partition.voidCatalog. alterTableColumnStatistics(ObjectPath tablePath, CatalogColumnStatistics columnStatistics, boolean ignoreIfNotExists)Update the column statistics of a table. -
Uses of CatalogColumnStatistics in org.apache.flink.table.catalog.stats
Fields in org.apache.flink.table.catalog.stats declared as CatalogColumnStatistics Modifier and Type Field Description static CatalogColumnStatisticsCatalogColumnStatistics. UNKNOWNMethods in org.apache.flink.table.catalog.stats that return CatalogColumnStatistics Modifier and Type Method Description CatalogColumnStatisticsCatalogColumnStatistics. copy()Create a deep copy of "this" instance.
-