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

pyflink.common.typeinfo.Types.OBJECT_ARRAY#

static Types.OBJECT_ARRAY(element_type: TypeInformation) → 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

On this page
  • Types.OBJECT_ARRAY()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.