pyflink.common.typeinfo.Types.ROW_NAMED# static Types.ROW_NAMED(field_names: List[str], field_types: List[TypeInformation])[source]# Returns type information for Row with fields of the given types and with given names. A row must not be null. Parameters field_names – array of field names. field_types – array of field types.