Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • Data Types
  • pyflink.table.types.DataTypes.FIELD

pyflink.table.types.DataTypes.FIELD#

static DataTypes.FIELD(name: str, data_type: DataType, description: str | None = 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()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.