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

Method length

cpp/src/arrow/util/trie_internal.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 const char* data() const { return data_; }
73 size_t length() const { return length_; }
74 bool empty() const { return length_ == 0; }
75 char operator[](size_t pos) const {
76#ifdef NDEBUG

Callers 2

FindFunction · 0.45
substring_lengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected