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 DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.catalog.Column.metadata#

static Column.metadata(name: str, data_type: pyflink.table.types.DataType, metadata_key: Optional[str], is_virtual: bool) → pyflink.table.catalog.MetadataColumn[source]#

Creates a metadata column from metadata of the given column name or from metadata of the given key (if not null).

Allows to specify whether the column is virtual or not.

previous

pyflink.table.catalog.Column.computed

next

pyflink.table.catalog.Column.with_comment

Show Source

Created using Sphinx 4.5.0.