MCPcopy 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
744void 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

mainFunction · 0.85
ToStringMethod · 0.85
PrintFunction · 0.85
TESTFunction · 0.85

Calls 1

VisitMethod · 0.45

Tested by 2

PrintFunction · 0.68
TESTFunction · 0.68