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

Function operator/

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

Source from the content-addressed store, hash-verified

321}
322
323BasicDecimal32 operator/(const BasicDecimal32& left, const BasicDecimal32& right) {
324 auto result = left;
325 return result /= right;
326}
327
328BasicDecimal32 operator%(const BasicDecimal32& left, const BasicDecimal32& right) {
329 BasicDecimal32 remainder;

Callers

nothing calls this directly

Calls 1

DivideMethod · 0.80

Tested by

no test coverage detected