Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fluss
/ size
Method
size
fluss-common/src/main/java/org/apache/fluss/row/BinaryMap.java:47–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
private
transient BinaryArray values;
46
47
@Override
48
public
int
size() {
49
return
keys.size();
50
}
51
52
@Override
53
public
void
pointTo(MemorySegment[] segments,
int
offset,
int
sizeInBytes) {
Callers
15
testAlignedMapKeyArrayInstance
Method · 0.95
testAlignedMapCopy
Method · 0.95
testAlignedMapCopyWithReuse
Method · 0.95
testAlignedMapWithStringKeys
Method · 0.95
testCompactedMapKeyValueArrays
Method · 0.95
testCompactedMapCopy
Method · 0.95
testIndexedMapKeyValueArrays
Method · 0.95
testIndexedMapCopy
Method · 0.95
testBinaryMapEmptyMap
Method · 0.95
testBinaryMapWithNullValues
Method · 0.95
testToBinaryMapWithCompactedFormat
Method · 0.95
testToBinaryMapWithIndexedFormat
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
15
testAlignedMapKeyArrayInstance
Method · 0.76
testAlignedMapCopy
Method · 0.76
testAlignedMapCopyWithReuse
Method · 0.76
testAlignedMapWithStringKeys
Method · 0.76
testCompactedMapKeyValueArrays
Method · 0.76
testCompactedMapCopy
Method · 0.76
testIndexedMapKeyValueArrays
Method · 0.76
testIndexedMapCopy
Method · 0.76
testBinaryMapEmptyMap
Method · 0.76
testBinaryMapWithNullValues
Method · 0.76
testToBinaryMapWithCompactedFormat
Method · 0.76
testToBinaryMapWithIndexedFormat
Method · 0.76