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