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

Function Sum

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

Source from the content-addressed store, hash-verified

240}
241
242Result<Datum> Sum(const Datum& value, const ScalarAggregateOptions& options,
243 ExecContext* ctx) {
244 return CallFunction("sum", {value}, &options, ctx);
245}
246
247Result<Datum> First(const Datum& value, const ScalarAggregateOptions& options,
248 ExecContext* ctx) {

Callers 6

garrow_numeric_array_sumFunction · 0.85
ReferenceSumFunction · 0.85
SumKernelFunction · 0.85
TESTFunction · 0.85
TYPED_TESTFunction · 0.85
RunMainFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 2

TESTFunction · 0.68
TYPED_TESTFunction · 0.68