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

Function ArraySortIndicesBool

cpp/src/arrow/compute/kernels/vector_sort_benchmark.cc:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253static void ArraySortIndicesBool(benchmark::State& state) {
254 ArraySortFuncBoolBenchmark(state, SortRunner(state));
255}
256
257static void ArraySortIndicesStringNarrow(benchmark::State& state) {
258 const auto min_length = 0;

Callers

nothing calls this directly

Calls 2

SortRunnerClass · 0.85

Tested by

no test coverage detected