Uses of Class
org.apache.flink.types.Record
-
Packages that use Record Package Description org.apache.flink.types -
-
Uses of Record in org.apache.flink.types
Methods in org.apache.flink.types that return Record Modifier and Type Method Description RecordRecord. copy()RecordRecord. createCopy()Creates an exact copy of this record.Methods in org.apache.flink.types with parameters of type Record Modifier and Type Method Description voidRecord. concatenate(Record record)voidRecord. copyFrom(Record source, int[] sourcePositions, int[] targetPositions)Bin-copies fields from a source record to this record.voidRecord. copyTo(Record target)voidRecord. unionFields(Record other)Unions the other record's fields with this records fields.
-