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

Function MinElementWise

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

Source from the content-addressed store, hash-verified

816}
817
818Result<Datum> MinElementWise(const std::vector<Datum>& args,
819 ElementWiseAggregateOptions options, ExecContext* ctx) {
820 return CallFunction("min_element_wise", args, &options, ctx);
821}
822
823// ----------------------------------------------------------------------
824// Set-related operations

Callers 2

TYPED_TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 2

TYPED_TESTFunction · 0.68
TESTFunction · 0.68