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