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

Function Check

cpp/src/arrow/pretty_print_test.cc:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75template <typename T>
76void Check(const T& obj, const PrettyPrintOptions& options, std::string_view expected) {
77 std::string result;
78 ASSERT_OK(PrettyPrint(obj, options, &result));
79 ASSERT_EQ(expected, result);
80}
81
82template <typename TYPE, typename C_TYPE>
83void CheckPrimitive(const std::shared_ptr<DataType>& type,

Callers 13

TESTFunction · 0.85
TEST_FFunction · 0.85
operator()Method · 0.85
array_test.ccFile · 0.85
TEST_FFunction · 0.85
CheckExtensiveMethod · 0.85
CheckMethod · 0.85
CheckChunkedArrMethod · 0.85
TEST_FFunction · 0.85
TYPED_TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 1

PrettyPrintFunction · 0.70

Tested by

no test coverage detected