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>

Calls

no outgoing calls

Tested by 15

CheckColumnIndexMethod · 0.36
TestMinMaxEncodeMethod · 0.36
TestMergeMethod · 0.36
TestFullRoundtripMethod · 0.36
TestMinMaxEncodeMethod · 0.36
VerifyParquetStatsMethod · 0.36
CheckMinMaxZeroesSignMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
AssertColumnChunkMinMaxFunction · 0.36