pyflink.table.Table.get_schema#
- Table.get_schema() pyflink.table.table_schema.TableSchema[source]#
Returns the
TableSchemaof this table.- Returns
The schema of this table.
Deprecated since version 2.1.0: Use
Table.get_resolved_schema()instead.
Returns the TableSchema of this table.
The schema of this table.
Deprecated since version 2.1.0: Use Table.get_resolved_schema() instead.