Package | Description |
---|---|
org.apache.flink.types |
Modifier and Type | Method and Description |
---|---|
Record |
Record.copy() |
Record |
Record.createCopy()
Creates an exact copy of this record.
|
Modifier and Type | Method and Description |
---|---|
void |
Record.concatenate(Record record) |
void |
Record.copyFrom(Record source,
int[] sourcePositions,
int[] targetPositions)
Bin-copies fields from a source record to this record.
|
void |
Record.copyTo(Record target) |
void |
Record.unionFields(Record other)
Unions the other record's fields with this records fields.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.