Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.table_result.TableResult.get_resolved_schema#

TableResult.get_resolved_schema() → pyflink.table.catalog.ResolvedSchema[source]#

Returns the schema of the result.

Returns

The schema of the result.

Return type

pyflink.table.catalog.ResolvedSchema

New in version 2.1.0.

previous

pyflink.table.table_result.TableResult.get_table_schema

next

pyflink.table.table_result.TableResult.get_result_kind

Show Source

Created using Sphinx 4.5.0.