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

Function InlinedTrieLookupNotFound

cpp/src/arrow/util/trie_benchmark.cc:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211static void InlinedTrieLookupNotFound(
212 benchmark::State& state) { // NOLINT non-const reference
213 BenchmarkInlinedTrieLookups(state, {"None", "1.0", "", "abc"});
214}
215
216BENCHMARK(InlinedTrieLookupFound);
217BENCHMARK(InlinedTrieLookupNotFound);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected