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

Method max

cpp/src/arrow/compute/kernels/hash_aggregate.cc:320–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318struct MinMaxOp {
319 static constexpr CType min(CType a, CType b) { return std::min(a, b); }
320 static constexpr CType max(CType a, CType b) { return std::max(a, b); }
321};
322
323template <CFloatingPointConcept CType>

Callers 1

BenchmarkStreamingWritesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected