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

Function AddFirstLastKernel

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

Source from the content-addressed store, hash-verified

886}
887
888void AddFirstLastKernel(KernelInit init, internal::detail::GetTypeId get_id,
889 ScalarAggregateFunction* func, SimdLevel::type simd_level) {
890 auto sig = KernelSignature::Make({InputType(get_id.id)}, FirstLastType);
891 AddAggKernel(std::move(sig), init, func, simd_level);
892}
893
894void AddFirstLastKernels(KernelInit init,
895 const std::vector<std::shared_ptr<DataType>>& types,

Callers 1

AddFirstLastKernelsFunction · 0.85

Calls 3

InputTypeFunction · 0.85
AddAggKernelFunction · 0.85
MakeFunction · 0.50

Tested by

no test coverage detected