MCPcopy Create free account
hub / github.com/apache/arrow / size

Method size

cpp/src/arrow/util/hashing.h:624–624  ·  view source on GitHub ↗

The number of entries in the memo table (which is also 1 + the largest memo index)

Source from the content-addressed store, hash-verified

622 // The number of entries in the memo table
623 // (which is also 1 + the largest memo index)
624 int32_t size() const override { return static_cast<int32_t>(index_to_value_.size()); }
625
626 // Merge entries from `other_table` into `this`.
627 Status MergeTable(const SmallScalarMemoTable& other_table) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected