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

Method TestBasics

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

Source from the content-addressed store, hash-verified

123 using ScalarType = typename TypeTraits<ArrowType>::ScalarType;
124
125 void TestBasics() { AssertDecimalFromString("234.23445", DecimalType(23423445), 8, 5); }
126
127 void TestStringStartingWithPlus() {
128 AssertDecimalFromString("+234.567", DecimalType(234567), 6, 3);

Callers 1

TYPED_TESTFunction · 0.45

Calls 2

AssertDecimalFromStringFunction · 0.85
DecimalTypeClass · 0.50

Tested by

no test coverage detected