pyflink.table.table_result.TableResult.get_table_schema#
- TableResult.get_table_schema() pyflink.table.table_schema.TableSchema[source]#
Returns the schema of the result.
- Returns
The schema of the result.
- Return type
pyflink.table.TableSchema
New in version 1.11.0.
Deprecated since version 2.1.0: This function has been deprecated as part of FLIP-164.
TableSchemahas been replaced by two more dedicated classesSchemaandResolvedSchema. UseSchemafor declaration in APIs.ResolvedSchemais offered by the framework after resolution and validation.