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

Function CumulativeMin

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

Source from the content-addressed store, hash-verified

464}
465
466Result<Datum> CumulativeMin(const Datum& values, const CumulativeOptions& options,
467 ExecContext* ctx) {
468 return CallFunction("cumulative_min", {Datum(values)}, &options, ctx);
469}
470
471Result<Datum> CumulativeMean(const Datum& values, const CumulativeOptions& options,
472 ExecContext* ctx) {

Callers 1

TESTFunction · 0.85

Calls 2

CallFunctionFunction · 0.85
DatumClass · 0.70

Tested by 1

TESTFunction · 0.68