pyflink.common.typeinfo.Types.TUPLE# static Types.TUPLE(field_types: List[TypeInformation])[source]# Returns type information for Tuple with fields of the given types. A Tuple itself must not be null. Parameters field_types – array of field types.