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_NAMED#

static Types.ROW_NAMED(field_names: List[str], field_types: List[pyflink.common.typeinfo.TypeInformation])[source]#

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

Parameters
  • field_names – array of field names.

  • field_types – array of field types.

previous

pyflink.common.typeinfo.Types.ROW

next

pyflink.common.typeinfo.Types.TUPLE

Show Source

Created using Sphinx 4.5.0.