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

Function PrettyPrint

cpp/src/arrow/pretty_print.cc:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437} // namespace
438
439Status PrettyPrint(const Array& arr, int indent, std::ostream* sink) {
440 PrettyPrintOptions options;
441 options.indent = indent;
442 ArrayPrinter printer(options, sink);
443 return printer.Print(arr);
444}
445
446Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options,
447 std::ostream* sink) {

Callers 15

ToStringMethod · 0.70
ToStringMethod · 0.70
ToStringMethod · 0.70
CheckStreamFunction · 0.70
CheckFunction · 0.70
ToStringMethod · 0.70
PrintChildrenMethod · 0.70
VisitMethod · 0.70
WriteValidityBitmapMethod · 0.70
DebugPrintFunction · 0.70
RunMainFunction · 0.50

Calls 11

strMethod · 0.80
OKFunction · 0.70
PrintMethod · 0.45
num_chunksMethod · 0.45
idMethod · 0.45
typeMethod · 0.45
num_columnsMethod · 0.45
columnMethod · 0.45
schemaMethod · 0.45
nameMethod · 0.45
fieldMethod · 0.45

Tested by 2

CheckStreamFunction · 0.56
CheckFunction · 0.56