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_table

pyflink.table.catalog.CatalogBaseTable.create_table#

static CatalogBaseTable.create_table(schema: TableSchema, partition_keys: List[str] = [], properties: Dict[str, str] = {}, comment: str | None = None) → CatalogBaseTable[source]#

Create an instance of CatalogBaseTable for the catalog table.

Parameters:
  • schema – the table schema

  • partition_keys – the partition keys, default empty

  • properties – the properties of the catalog table

  • comment – the comment of the catalog table

previous

pyflink.table.catalog.CatalogDatabase.get_detailed_description

next

pyflink.table.catalog.CatalogBaseTable.create_view

On this page
  • CatalogBaseTable.create_table()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.