pyflink.table.catalog.Catalog.get_table_column_statistics#
- Catalog.get_table_column_statistics(table_path: ObjectPath) CatalogColumnStatistics[source]#
Get the column statistics of a table.
- Parameters
table_path – Path
ObjectPathof the table.- Returns
The column statistics
CatalogColumnStatisticsof the given table.- Raise
CatalogException in case of any runtime exception. TableNotExistException if the table does not exist in the catalog.