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

Function AddMinMaxKernels

cpp/src/arrow/compute/kernels/aggregate_basic.cc:910–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910void AddMinMaxKernels(KernelInit init,
911 const std::vector<std::shared_ptr<DataType>>& types,
912 ScalarAggregateFunction* func, SimdLevel::type simd_level) {
913 for (const auto& ty : types) {
914 AddMinMaxKernel(init, ty, func, simd_level);
915 }
916}
917
918namespace {
919

Callers 3

AddMinMaxAvx2AggKernelsFunction · 0.85

Calls 1

AddMinMaxKernelFunction · 0.85

Tested by

no test coverage detected