MCPcopy Create free account
hub / github.com/apache/fluss / copy

Method copy

fluss-common/src/main/java/org/apache/fluss/row/BinaryRow.java:44–44  ·  view source on GitHub ↗

Copy the bytes of the row to the destination memory, beginning at the given offset. @return The copied row.

()

Source from the content-addressed store, hash-verified

42 * @return The copied row.
43 */
44 BinaryRow copy();
45
46 /**
47 * Point to the bytes of the row.

Callers 15

testTypeConversionMethod · 0.65
addOptionsMethod · 0.65
testCopyBetweenViewsMethod · 0.65
testSanityCheckMethod · 0.65
copyMethod · 0.65
sanityCheckMethod · 0.65

Implementers 3

CompactedRowfluss-common/src/main/java/org/apache/
AlignedRowfluss-common/src/main/java/org/apache/
IndexedRowfluss-common/src/main/java/org/apache/

Calls

no outgoing calls

Tested by 15

testTypeConversionMethod · 0.52
addOptionsMethod · 0.52
testCopyBetweenViewsMethod · 0.52
testSanityCheckMethod · 0.52
testComplexTypeFetchMethod · 0.52
testAlterTableColumnMethod · 0.52
testFetchIndexMethod · 0.52