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

Method substring_length

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

Source from the content-addressed store, hash-verified

191 SmallString<kMaxSubstringLength> substring_;
192
193 fast_index_type substring_length() const {
194 return static_cast<fast_index_type>(substring_.length());
195 }
196 const char* substring_data() const { return substring_.data(); }
197 };
198

Callers 3

SplitNodeMethod · 0.80
AppendMethod · 0.80
FindFunction · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected