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

Function InlinedTrieLookupFound

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

Source from the content-addressed store, hash-verified

204 state.SetItemsProcessed(state.iterations() * lookups.size());
205}
206static void InlinedTrieLookupFound(
207 benchmark::State& state) { // NOLINT non-const reference
208 BenchmarkInlinedTrieLookups(state, {"N/A", "null", "-1.#IND", "N/A"});
209}
210
211static void InlinedTrieLookupNotFound(
212 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected