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
  • Catalog
  • pyflink.table.catalog.CatalogBaseTable.get_schema

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()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.