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

Method size

cpp/src/arrow/util/cache_internal.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 int32_t size() const {
56 ARROW_DCHECK_EQ(items_.size(), map_.size());
57 return static_cast<int32_t>(items_.size());
58 }
59
60 template <typename K>
61 Value* Find(K&& key) {

Callers 1

ReplaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected