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
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer
    • Time
  • API Reference
  • PyFlink Common
  • Serializer
  • pyflink.common.typeinfo.Types.ROW

pyflink.common.typeinfo.Types.ROW#

static Types.ROW(field_types: List[TypeInformation])[source]#

Returns type information for Row with fields of the given types. A row itself must not be null.

Parameters:

field_types – the types of the row fields, e.g., Types.String(), Types.INT()

previous

pyflink.common.typeinfo.Types.PICKLED_BYTE_ARRAY

next

pyflink.common.typeinfo.Types.ROW_NAMED

On this page
  • Types.ROW()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.