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

Function MaxElementWise

cpp/src/arrow/compute/api_scalar.cc:813–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811SCALAR_EAGER_UNARY(Trunc, "trunc")
812
813Result<Datum> MaxElementWise(const std::vector<Datum>& args,
814 ElementWiseAggregateOptions options, ExecContext* ctx) {
815 return CallFunction("max_element_wise", args, &options, ctx);
816}
817
818Result<Datum> MinElementWise(const std::vector<Datum>& args,
819 ElementWiseAggregateOptions options, ExecContext* ctx) {

Callers 2

TYPED_TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 2

TYPED_TESTFunction · 0.68
TESTFunction · 0.68