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

Function MeanInitAvx2

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

Source from the content-addressed store, hash-verified

62};
63
64Result<std::unique_ptr<KernelState>> MeanInitAvx2(KernelContext* ctx,
65 const KernelInitArgs& args) {
66 SumLikeInit<MeanImplAvx2> visitor(
67 ctx, args.inputs[0].GetSharedPtr(),
68 static_cast<const ScalarAggregateOptions&>(*args.options));
69 return visitor.Create();
70}
71
72} // namespace
73

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected