pyflink.table.table_schema.TableSchema.get_field_data_type# TableSchema.get_field_data_type(field: Union[int, str]) → Optional[pyflink.table.types.DataType][source]# Returns the specified data type for the given field index or field name. Parameters field – The index of the field or the name of the field. Returns The data type of the specified field.