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

Function SumInitAvx2

cpp/src/arrow/compute/kernels/aggregate_basic_avx2.cc:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38Result<std::unique_ptr<KernelState>> SumInitAvx2(KernelContext* ctx,
39 const KernelInitArgs& args) {
40 SumLikeInit<SumImplAvx2> visitor(
41 ctx, args.inputs[0].GetSharedPtr(),
42 static_cast<const ScalarAggregateOptions&>(*args.options));
43 return visitor.Create();
44}
45
46} // namespace
47

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected