pyflink.table.table_schema.TableSchema.get_field_name# TableSchema.get_field_name(field_index: int) → Optional[str][source]# Returns the specified name for the given field index. Parameters field_index – The index of the field. Returns The field name.