pyflink.table.catalog.CatalogBaseTable.get_schema#
- CatalogBaseTable.get_schema() pyflink.table.table_schema.TableSchema [source]#
Get the schema of the table.
- Returns
Schema of the table/view.
. note:: Deprecated in 1.14. This method returns the deprecated TableSchema class. The old class was a hybrid of resolved and unresolved schema information. It has been replaced by the new Schema which is always unresolved and will be resolved by the framework later.