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

Function PrintTo

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

Source from the content-addressed store, hash-verified

55 (static_cast<int128_t>(INT64_MAX) << 64) + static_cast<int128_t>(UINT64_MAX);
56
57void PrintTo(const BasicDecimal128& v, std::ostream* os) { *os << Decimal128(v); }
58
59void PrintTo(const BasicDecimal256& v, std::ostream* os) { *os << Decimal256(v); }
60

Callers

nothing calls this directly

Calls 2

Decimal128Function · 0.70
Decimal256Function · 0.70

Tested by

no test coverage detected