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

Method min

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

Source from the content-addressed store, hash-verified

317template <typename CType>
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

Calls

no outgoing calls

Tested by 15

build_record_batchMethod · 0.36
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