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

Function Product

cpp/src/arrow/compute/api_aggregate.cc:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237Result<Datum> Product(const Datum& value, const ScalarAggregateOptions& options,
238 ExecContext* ctx) {
239 return CallFunction("product", {value}, &options, ctx);
240}
241
242Result<Datum> Sum(const Datum& value, const ScalarAggregateOptions& options,
243 ExecContext* ctx) {

Callers 2

TESTFunction · 0.85
TYPED_TESTFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 2

TESTFunction · 0.68
TYPED_TESTFunction · 0.68