Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ LowBits
Function
LowBits
be/src/runtime/multi-precision.h:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
return x >> 64;
126
}
127
inline uint64_t LowBits(int128_t x) {
128
return x & 0xffffffffffffffff;
129
}
130
131
// Doubles the width of integer types (e.g. int32_t -> int64_t).
132
// Currently only works with a few signed types.
Callers
2
TEST
Function · 0.85
SetVal
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68