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.create_view

pyflink.table.catalog.CatalogBaseTable.create_view#

static CatalogBaseTable.create_view(original_query: str, expanded_query: str, schema: TableSchema, properties: Dict[str, str], comment: str | None = None) → CatalogBaseTable[source]#

Create an instance of CatalogBaseTable for the catalog view.

Parameters:
  • original_query – the original text of the view definition

  • expanded_query – the expanded text of the original view definition, this is needed because the context such as current DB is lost after the session, in which view is defined, is gone. Expanded query text takes care of the this, as an example.

  • schema – the table schema

  • properties – the properties of the catalog view

  • comment – the comment of the catalog view

previous

pyflink.table.catalog.CatalogBaseTable.create_table

next

pyflink.table.catalog.CatalogBaseTable.get_options

On this page
  • CatalogBaseTable.create_view()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.