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

Function TrieLookupNotFound

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

Source from the content-addressed store, hash-verified

78}
79
80static void TrieLookupNotFound(benchmark::State& state) { // NOLINT non-const reference
81 BenchmarkTrieLookups(state, {"None", "1.0", "", "abc"});
82}
83
84BENCHMARK(TrieLookupFound);
85BENCHMARK(TrieLookupNotFound);

Callers

nothing calls this directly

Calls 1

BenchmarkTrieLookupsFunction · 0.85

Tested by

no test coverage detected