pyflink.table.types.DataTypes.FIELD#
- static DataTypes.FIELD(name: str, data_type: pyflink.table.types.DataType, description: Optional[str] = None) pyflink.table.types.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.