Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
842
static std::string Print(const NodePtr& node) {
843
std::stringstream ss;
844
PrintSchema(node.get(), ss);
845
return ss.str();
846
}
847
848
TEST(TestSchemaPrinter, Examples) {
849
// Test schema 1
Callers
4
Visit
Method · 0.85
Print
Method · 0.85
PrintTuple
Function · 0.85
TEST
Function · 0.85
Calls
3
PrintSchema
Function · 0.85
str
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected