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.create_table#

static CatalogBaseTable.create_table(schema: pyflink.table.table_schema.TableSchema, partition_keys: List[str] = [], properties: Dict[str, str] = {}, comment: Optional[str] = None) → pyflink.table.catalog.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

Show Source

Created using Sphinx 4.5.0.