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

Function TEST

cpp/src/arrow/util/formatting_util_test.cc:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59TEST(Formatting, Boolean) {
60 StringFormatter<BooleanType> formatter;
61
62 AssertFormatting(formatter, true, "true");
63 AssertFormatting(formatter, false, "false");
64}
65
66template <typename FormatterType>
67void TestAnyIntUpTo8(FormatterType& formatter) {

Callers

nothing calls this directly

Calls 15

AssertFormattingFunction · 0.85
TestUIntUpTo8Function · 0.85
TestUIntUpTo16Function · 0.85
TestUIntUpTo32Function · 0.85
TestUIntUpTo64Function · 0.85
TestIntUpTo8Function · 0.85
TestIntUpTo16Function · 0.85
TestIntUpTo32Function · 0.85
TestIntUpTo64Function · 0.85
month_intervalFunction · 0.85
day_time_intervalFunction · 0.85
month_day_nano_intervalFunction · 0.85

Tested by

no test coverage detected