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

Function Print

cpp/src/parquet/schema_test.cc:868–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868static std::string Print(const NodePtr& node) {
869 std::stringstream ss;
870 PrintSchema(node.get(), ss);
871 return ss.str();
872}
873
874TEST(TestSchemaPrinter, Examples) {
875 // Test schema 1

Callers 4

VisitMethod · 0.85
PrintMethod · 0.85
PrintTupleFunction · 0.85
TESTFunction · 0.85

Calls 3

PrintSchemaFunction · 0.85
strMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected