MCPcopy 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}
127inline 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

TESTFunction · 0.85
SetValMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68