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

Function Any

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

Source from the content-addressed store, hash-verified

260}
261
262Result<Datum> Any(const Datum& value, const ScalarAggregateOptions& options,
263 ExecContext* ctx) {
264 return CallFunction("any", {value}, &options, ctx);
265}
266
267Result<Datum> All(const Datum& value, const ScalarAggregateOptions& options,
268 ExecContext* ctx) {

Callers

nothing calls this directly

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected