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

Function All

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

Source from the content-addressed store, hash-verified

265}
266
267Result<Datum> All(const Datum& value, const ScalarAggregateOptions& options,
268 ExecContext* ctx) {
269 return CallFunction("all", {value}, &options, ctx);
270}
271
272Result<Datum> Mode(const Datum& value, const ModeOptions& options, ExecContext* ctx) {
273 return CallFunction("mode", {value}, &options, ctx);

Callers 4

StressTableReaderFunction · 0.50
StressInvalidTableReaderFunction · 0.50
operator()Method · 0.50
TEST_FFunction · 0.50

Calls 1

CallFunctionFunction · 0.85

Tested by 3

StressTableReaderFunction · 0.40
StressInvalidTableReaderFunction · 0.40
TEST_FFunction · 0.40