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.TUPLE#

static Types.TUPLE(field_types: List[pyflink.common.typeinfo.TypeInformation])[source]#

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

Parameters

field_types – array of field types.

previous

pyflink.common.typeinfo.Types.ROW_NAMED

next

pyflink.common.typeinfo.Types.PRIMITIVE_ARRAY

Show Source

Created using Sphinx 4.5.0.