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

Function AddMinMaxKernel

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

Source from the content-addressed store, hash-verified

902} // namespace
903
904void AddMinMaxKernel(KernelInit init, internal::detail::GetTypeId get_id,
905 ScalarAggregateFunction* func, SimdLevel::type simd_level) {
906 auto sig = KernelSignature::Make({InputType(get_id.id)}, MinMaxType);
907 AddAggKernel(std::move(sig), init, func, simd_level);
908}
909
910void AddMinMaxKernels(KernelInit init,
911 const std::vector<std::shared_ptr<DataType>>& types,

Callers 4

AddMinMaxAvx2AggKernelsFunction · 0.85
AddMinMaxKernelsFunction · 0.85

Calls 3

InputTypeFunction · 0.85
AddAggKernelFunction · 0.85
MakeFunction · 0.50

Tested by

no test coverage detected