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:868–872 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
866
}
867
868
static std::string Print(const NodePtr& node) {
869
std::stringstream ss;
870
PrintSchema(node.get(), ss);
871
return ss.str();
872
}
873
874
TEST(TestSchemaPrinter, Examples) {
875
// 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