pyflink.table.types.DataTypes.FIELD# static DataTypes.FIELD(name: str, data_type: DataType, description: Optional[str] = None) → RowField[source]# Field definition with field name, data type, and a description. Parameters name – string, name of the field. data_type – DataType of the field. description – string, description of the field.