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

Function PrintTo

cpp/src/parquet/chunker_internal_test.cc:1000–1006  ·  view source on GitHub ↗

Define PrintTo for MyStruct

Source from the content-addressed store, hash-verified

998
999// Define PrintTo for MyStruct
1000void PrintTo(const CaseConfig& param, std::ostream* os) {
1001 *os << "{ " << param.dtype->ToString();
1002 if (param.is_nullable) {
1003 *os << " nullable";
1004 }
1005 *os << " }";
1006}
1007
1008class TestCDCSingleRowGroup : public ::testing::TestWithParam<CaseConfig> {
1009 protected:

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected