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

Function DebugPrint

cpp/src/arrow/pretty_print.cc:570–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570Status DebugPrint(const Array& arr, int indent) {
571 return PrettyPrint(arr, indent, &std::cerr);
572}
573
574namespace {
575

Callers

nothing calls this directly

Calls 1

PrettyPrintFunction · 0.70

Tested by

no test coverage detected