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

Method Init

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

Source from the content-addressed store, hash-verified

440 }
441
442 static Result<std::unique_ptr<KernelState>> Init(KernelContext* ctx,
443 const KernelInitArgs& args) {
444 ProductInit visitor(ctx, args.inputs[0].GetSharedPtr(),
445 static_cast<const ScalarAggregateOptions&>(*args.options));
446 return visitor.Create();
447 }
448};
449
450// ----------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected