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

Function MinMax

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

Source from the content-addressed store, hash-verified

255}
256
257Result<Datum> MinMax(const Datum& value, const ScalarAggregateOptions& options,
258 ExecContext* ctx) {
259 return CallFunction("min_max", {value}, &options, ctx);
260}
261
262Result<Datum> Any(const Datum& value, const ScalarAggregateOptions& options,
263 ExecContext* ctx) {

Callers 4

MinMaxKernelBenchFunction · 0.50
TEST_FFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

CallFunctionFunction · 0.85

Tested by 3

TEST_FFunction · 0.40
TYPED_TESTFunction · 0.40
TESTFunction · 0.40