MCPcopy Create free account
hub / github.com/apache/arrow / Decimal256FromLE

Function Decimal256FromLE

cpp/src/arrow/util/decimal_test.cc:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87Decimal256 Decimal256FromLE(const std::array<uint64_t, 4>& a) {
88 return Decimal256(Decimal256::LittleEndianArray, a);
89}
90
91Decimal128 Decimal128FromInt128(int128_t value) {
92 return Decimal128(static_cast<int64_t>(value >> 64),

Callers 1

TESTFunction · 0.85

Calls 1

Decimal256Function · 0.70

Tested by

no test coverage detected