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

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

Returns type information for arrays of primitive type (such as byte[]). The array must not be null.

Parameters

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

previous

pyflink.common.typeinfo.Types.TUPLE

next

pyflink.common.typeinfo.Types.BASIC_ARRAY

Show Source

Created using Sphinx 4.5.0.