Uses of Class
org.apache.flink.table.catalog.stats.CatalogColumnStatistics
Packages that use CatalogColumnStatistics
-
Uses of CatalogColumnStatistics in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogColumnStatisticsModifier and TypeMethodDescriptionCatalog.getPartitionColumnStatistics(ObjectPath tablePath, CatalogPartitionSpec partitionSpec) Get the column statistics of a partition.Catalog.getTableColumnStatistics(ObjectPath tablePath) Get the column statistics of a table.Methods in org.apache.flink.table.catalog that return types with arguments of type CatalogColumnStatisticsModifier and TypeMethodDescriptiondefault 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 CatalogColumnStatisticsModifier and TypeMethodDescriptionvoidCatalog.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 CatalogColumnStatisticsModifier and TypeFieldDescriptionstatic final CatalogColumnStatisticsCatalogColumnStatistics.UNKNOWNMethods in org.apache.flink.table.catalog.stats that return CatalogColumnStatisticsModifier and TypeMethodDescriptionCatalogColumnStatistics.copy()Create a deep copy of "this" instance.