MCPcopy 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

AppendMethod · 0.80
FindFunction · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected