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.ResolvedSchema.get_column#

ResolvedSchema.get_column(column_index_or_name: Union[int, str]) → Optional[pyflink.table.catalog.Column][source]#

Returns the Column instance for the given column index or name.

Parameters

column_index_or_name – either the index of the column or the name of the column

previous

pyflink.table.catalog.ResolvedSchema.get_column_data_types

next

pyflink.table.catalog.ResolvedSchema.get_watermark_specs

Show Source

Created using Sphinx 4.5.0.