Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • StatementSet
  • pyflink.table.table_result.TableResult.get_table_schema

pyflink.table.table_result.TableResult.get_table_schema#

TableResult.get_table_schema() → TableSchema[source]#

Returns the schema of the result.

Returns:

The schema of the result.

Return type:

pyflink.table.TableSchema

Added in version 1.11.0.

Deprecated since version 2.1.0: This function has been deprecated as part of FLIP-164. TableSchema has been replaced by two more dedicated classes Schema and ResolvedSchema. Use Schema for declaration in APIs. ResolvedSchema is offered by the framework after resolution and validation.

previous

pyflink.table.table_result.TableResult.wait

next

pyflink.table.table_result.TableResult.get_resolved_schema

On this page
  • TableResult.get_table_schema()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.