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 DataStream
  • PyFlink Common

pyflink.table.Table.get_schema#

Table.get_schema() → pyflink.table.table_schema.TableSchema[source]#

Returns the TableSchema of this table.

Returns

The schema of this table.

previous

pyflink.table.Table.full_outer_join

next

pyflink.table.Table.group_by

Show Source

Created using Sphinx 4.5.0.