Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ substring_data
Method
substring_data
cpp/src/arrow/util/trie_internal.h:196–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
return static_cast<fast_index_type>(substring_.length());
195
}
196
const char* substring_data() const { return substring_.data(); }
197
};
198
199
static_assert(sizeof(Node) == kNodeSize,
"Unexpected node size"
);
Callers
2
Append
Method · 0.80
Find
Function · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected