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

Function PrintTo

cpp/src/arrow/testing/gtest_util.h:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150// Useful testing::Types declarations
151
152inline void PrintTo(StatusCode code, std::ostream* os) {
153 *os << Status::CodeAsString(code);
154}
155
156using NumericArrowTypes =
157 ::testing::Types<UInt8Type, UInt16Type, UInt32Type, UInt64Type, Int8Type, Int16Type,

Callers 2

DescribeToMethod · 0.70
DescribeNegationToMethod · 0.70

Calls 4

ValueOrDieMethod · 0.80
ToStringMethod · 0.45
okMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected