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

Method size

cpp/src/arrow/util/key_value_metadata.cc:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161int64_t KeyValueMetadata::size() const {
162 DCHECK_EQ(keys_.size(), values_.size());
163 return static_cast<int64_t>(keys_.size());
164}
165
166const std::string& KeyValueMetadata::key(int64_t i) const {
167 DCHECK_GE(i, 0);

Callers 8

UnorderedMapKeysFunction · 0.45
UnorderedMapValuesFunction · 0.45
KeyValueMetadataMethod · 0.45
DeleteManyMethod · 0.45
FindKeyMethod · 0.45
MergeMethod · 0.45
EqualsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected