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: 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.

previous

pyflink.table.types.DataTypes.ROW

next

pyflink.table.types.DataTypes.SECOND

On this page
  • DataTypes.FIELD()
Show Source

Created using Sphinx 5.3.0.