Uses of Class
org.apache.flink.table.catalog.stats.CatalogTableStatistics
-
Packages that use CatalogTableStatistics Package Description org.apache.flink.table.catalog org.apache.flink.table.catalog.stats -
-
Uses of CatalogTableStatistics in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogTableStatistics Modifier and Type Method Description CatalogTableStatisticsCatalog. getPartitionStatistics(ObjectPath tablePath, CatalogPartitionSpec partitionSpec)Get the statistics of a partition.CatalogTableStatisticsCatalog. getTableStatistics(ObjectPath tablePath)Get the statistics of a table.Methods in org.apache.flink.table.catalog that return types with arguments of type CatalogTableStatistics Modifier and Type Method Description default 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 CatalogTableStatistics Modifier and Type Method Description voidCatalog. 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 CatalogTableStatistics Modifier and Type Field Description static CatalogTableStatisticsCatalogTableStatistics. UNKNOWNMethods in org.apache.flink.table.catalog.stats that return CatalogTableStatistics Modifier and Type Method Description CatalogTableStatisticsCatalogTableStatistics. copy()Create a deep copy of "this" instance.
-