Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer

pyflink.common.typeinfo.Types.ROW#

static Types.ROW(field_types: List[pyflink.common.typeinfo.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

Show Source

Created using Sphinx 4.5.0.