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

Function Decimal128FromLE

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

Source from the content-addressed store, hash-verified

81}
82
83Decimal128 Decimal128FromLE(const std::array<uint64_t, 2>& a) {
84 return Decimal128(Decimal128::LittleEndianArray, a);
85}
86
87Decimal256 Decimal256FromLE(const std::array<uint64_t, 4>& a) {
88 return Decimal256(Decimal256::LittleEndianArray, a);

Callers 1

TESTFunction · 0.85

Calls 1

Decimal128Function · 0.70

Tested by

no test coverage detected