pyflink.common.typeinfo.Types.PRIMITIVE_ARRAY# static Types.PRIMITIVE_ARRAY(element_type: 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())