Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ low_bits
Function
low_bits
cpp/src/arrow/util/basic_decimal.h:246–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
int32_t CountLeadingBinaryZeros() const;
245
246
constexpr uint64_t low_bits() const { return static_cast<uint64_t>(value_); }
247
248
protected:
249
DigitType value_;
Callers
5
basic_decimal.cc
File · 0.85
CountLeadingBinaryZeros
Method · 0.85
ToInteger
Function · 0.85
ToIntegerString
Method · 0.85
decimal.cc
File · 0.85
Calls
1
Make
Function · 0.70
Tested by
no test coverage detected