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

Method size

cpp/src/arrow/util/hashing.h:752–754  ·  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

750 // The number of entries in the memo table
751 // (which is also 1 + the largest memo index)
752 int32_t size() const override {
753 return static_cast<int32_t>(hash_table_.size() + (GetNull() != kKeyNotFound));
754 }
755
756 int64_t values_size() const { return binary_builder_.value_data_length(); }
757

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected