MCPcopy Create free account
hub / github.com/apache/arrow / operator<

Function operator<

cpp/src/arrow/util/basic_decimal.cc:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool operator<(const BasicDecimal32& left, const BasicDecimal32& right) {
283 return left.value() < right.value();
284}
285
286bool operator<=(const BasicDecimal32& left, const BasicDecimal32& right) {
287 return left.value() <= right.value();

Callers

nothing calls this directly

Calls 2

MakeFunction · 0.70
valueMethod · 0.45

Tested by

no test coverage detected