Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

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.

previous

pyflink.table.types.DataTypes.ROW

next

pyflink.table.types.DataTypes.SECOND

Show Source

Created using Sphinx 4.5.0.