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

Function AddFirstLastKernels

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

Source from the content-addressed store, hash-verified

892}
893
894void AddFirstLastKernels(KernelInit init,
895 const std::vector<std::shared_ptr<DataType>>& types,
896 ScalarAggregateFunction* func) {
897 for (const auto& ty : types) {
898 AddFirstLastKernel(init, ty, func, SimdLevel::NONE);
899 }
900}
901
902} // namespace
903

Callers 1

Calls 1

AddFirstLastKernelFunction · 0.85

Tested by

no test coverage detected