Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ PrintSchema
Function
PrintSchema
cpp/src/parquet/schema.cc:744–747 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
};
743
744
void PrintSchema(const Node* schema, std::ostream& stream, int indent_width) {
745
SchemaPrinter printer(stream, indent_width);
746
printer.Visit(schema);
747
}
748
749
} // namespace schema
750
Callers
4
main
Function · 0.85
ToString
Method · 0.85
Print
Function · 0.85
TEST
Function · 0.85
Calls
1
Visit
Method · 0.45
Tested by
2
Print
Function · 0.68
TEST
Function · 0.68