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

Method empty

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

Source from the content-addressed store, hash-verified

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
77 assert(pos <= length_);

Callers 1

FindFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected