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

Function TrieLookupFound

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

Source from the content-addressed store, hash-verified

74}
75
76static void TrieLookupFound(benchmark::State& state) { // NOLINT non-const reference
77 BenchmarkTrieLookups(state, {"N/A", "null", "-1.#IND", "N/A"});
78}
79
80static void TrieLookupNotFound(benchmark::State& state) { // NOLINT non-const reference
81 BenchmarkTrieLookups(state, {"None", "1.0", "", "abc"});

Callers

nothing calls this directly

Calls 1

BenchmarkTrieLookupsFunction · 0.85

Tested by

no test coverage detected