Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SplitNode
Method · 0.80
Append
Method · 0.80
Find
Function · 0.80
Calls
1
length
Method · 0.45
Tested by
no test coverage detected