MCPcopy 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) {

Calls 1

sizeMethod · 0.65