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

static Types.OBJECT_ARRAY(element_type: pyflink.common.typeinfo.TypeInformation) → pyflink.common.typeinfo.TypeInformation[source]#

Returns type information for arrays of non-primitive types. The array itself must not be None. None values for elements are supported.

Parameters

element_type – element type of the array

previous

pyflink.common.typeinfo.Types.BASIC_ARRAY

next

pyflink.common.typeinfo.Types.MAP

Show Source

Created using Sphinx 4.5.0.