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

Method size

cpp/src/arrow/util/small_vector.h:308–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 constexpr bool empty() const { return storage_.size_ == 0; }
307
308 constexpr size_t size() const { return storage_.size_; }
309
310 constexpr size_t capacity() const { return storage_.capacity(); }
311

Callers 2

StaticVectorImplMethod · 0.45
StaticVectorImplClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected