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

Function BuildInt64DictionaryArraySimilar

cpp/src/arrow/builder_benchmark.cc:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static void BuildInt64DictionaryArraySimilar(
383 benchmark::State& state) { // NOLINT non-const reference
384 const auto fodder = MakeSimilarIntDictFodder();
385 BenchmarkDictionaryArray<DictionaryBuilder<Int64Type>>(state, fodder);
386}
387
388static void BuildStringDictionaryArray(
389 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

MakeSimilarIntDictFodderFunction · 0.85

Tested by

no test coverage detected