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

Function Count

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

Source from the content-addressed store, hash-verified

226// Scalar aggregates
227
228Result<Datum> Count(const Datum& value, const CountOptions& options, ExecContext* ctx) {
229 return CallFunction("count", {value}, &options, ctx);
230}
231
232Result<Datum> Mean(const Datum& value, const ScalarAggregateOptions& options,
233 ExecContext* ctx) {

Callers 4

garrow_array_countFunction · 0.85
CountKernelBenchInt64Function · 0.85
ValidateCountFunction · 0.85
TYPED_TESTFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 2

ValidateCountFunction · 0.68
TYPED_TESTFunction · 0.68