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