pyflink.common.typeinfo.Types.ROW# static Types.ROW(field_types: List[pyflink.common.typeinfo.TypeInformation])[source]# Returns type information for Row with fields of the given types. A row itself must not be null. Parameters field_types – the types of the row fields, e.g., Types.String(), Types.INT()