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

Function Print

cpp/src/parquet/schema_test.cc:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842static std::string Print(const NodePtr& node) {
843 std::stringstream ss;
844 PrintSchema(node.get(), ss);
845 return ss.str();
846}
847
848TEST(TestSchemaPrinter, Examples) {
849 // 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