Uses of Class
org.apache.flink.table.catalog.stats.CatalogTableStatistics
Packages that use CatalogTableStatistics
-
Uses of CatalogTableStatistics in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogTableStatisticsModifier and TypeMethodDescriptionCatalog.getPartitionStatistics(ObjectPath tablePath, CatalogPartitionSpec partitionSpec) Get the statistics of a partition.Catalog.getTableStatistics(ObjectPath tablePath) Get the statistics of a table.Methods in org.apache.flink.table.catalog that return types with arguments of type CatalogTableStatisticsModifier and TypeMethodDescriptiondefault List<CatalogTableStatistics>Catalog.bulkGetPartitionStatistics(ObjectPath tablePath, List<CatalogPartitionSpec> partitionSpecs) Get a list of statistics of given partitions.Methods in org.apache.flink.table.catalog with parameters of type CatalogTableStatisticsModifier and TypeMethodDescriptionvoidCatalog.alterPartitionStatistics(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogTableStatistics partitionStatistics, boolean ignoreIfNotExists) Update the statistics of a table partition.voidCatalog.alterTableStatistics(ObjectPath tablePath, CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists) Update the statistics of a table. -
Uses of CatalogTableStatistics in org.apache.flink.table.catalog.stats
Fields in org.apache.flink.table.catalog.stats declared as CatalogTableStatisticsModifier and TypeFieldDescriptionstatic final CatalogTableStatisticsCatalogTableStatistics.UNKNOWNMethods in org.apache.flink.table.catalog.stats that return CatalogTableStatisticsModifier and TypeMethodDescriptionCatalogTableStatistics.copy()Create a deep copy of "this" instance.