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