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

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

Returns type information for arrays of boxed primitive type (such as Integer[]).

Parameters

element_type – element type of the array (e.g. Types.BOOLEAN(), Types.INT(), Types.DOUBLE())

previous

pyflink.common.typeinfo.Types.PRIMITIVE_ARRAY

next

pyflink.common.typeinfo.Types.OBJECT_ARRAY

Show Source

Created using Sphinx 4.5.0.