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