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

Method lo

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

Source from the content-addressed store, hash-verified

513
514 uint64_t hi() { return val_ >> 64; }
515 uint64_t lo() { return val_ & kInt64Mask; }
516
517 uint128_t& operator+=(const uint128_t& other) {
518 val_ += other.val_;

Callers 2

MultiplyUnsignedArrayFunction · 0.80
basic_decimal.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected