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

Function CumulativeMax

cpp/src/arrow/compute/api_vector.cc:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461Result<Datum> CumulativeMax(const Datum& values, const CumulativeOptions& options,
462 ExecContext* ctx) {
463 return CallFunction("cumulative_max", {Datum(values)}, &options, ctx);
464}
465
466Result<Datum> CumulativeMin(const Datum& values, const CumulativeOptions& options,
467 ExecContext* ctx) {

Callers 1

TESTFunction · 0.85

Calls 2

CallFunctionFunction · 0.85
DatumClass · 0.70

Tested by 1

TESTFunction · 0.68