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