MCPcopy 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.ccFile · 0.85
ToIntegerFunction · 0.85
ToIntegerStringMethod · 0.85
decimal.ccFile · 0.85

Calls 1

MakeFunction · 0.70

Tested by

no test coverage detected