pyflink.table.catalog.Column.metadata# static Column.metadata(name: str, data_type: DataType, metadata_key: str | None, is_virtual: bool) → 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.