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.catalog.CatalogBaseTable.get_schema#

CatalogBaseTable.get_schema() → TableSchema[source]#

Get the schema of the table.

Returns

Schema of the table/view.

. note:: Deprecated in 1.14. This method returns the deprecated TableSchema class. The old class was a hybrid of resolved and unresolved schema information. It has been replaced by the new Schema which is always unresolved and will be resolved by the framework later.

previous

pyflink.table.catalog.CatalogBaseTable.get_options

next

pyflink.table.catalog.CatalogBaseTable.get_unresolved_schema

On this page
  • CatalogBaseTable.get_schema()
Show Source

Created using Sphinx 5.3.0.