Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ hi
Method
hi
cpp/src/arrow/util/basic_decimal.cc:514–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
explicit uint128_t(uint64_t value) : val_(value) {}
513
514
uint64_t hi() { return val_ >> 64; }
515
uint64_t lo() { return val_ & kInt64Mask; }
516
517
uint128_t& operator+=(const uint128_t& other) {
Callers
2
MultiplyUnsignedArray
Function · 0.80
basic_decimal.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected