pyflink.table.catalog.ResolvedSchema.get_column# ResolvedSchema.get_column(column_index_or_name: int | str) → Column | None[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