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

Function Mean

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

Source from the content-addressed store, hash-verified

230}
231
232Result<Datum> Mean(const Datum& value, const ScalarAggregateOptions& options,
233 ExecContext* ctx) {
234 return CallFunction("mean", {value}, &options, ctx);
235}
236
237Result<Datum> Product(const Datum& value, const ScalarAggregateOptions& options,
238 ExecContext* ctx) {

Callers 3

TESTFunction · 0.85
TYPED_TESTFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 2

TESTFunction · 0.68
TYPED_TESTFunction · 0.68