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

Method WriteIndented

cpp/src/arrow/pretty_print.cc:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void PrettyPrinter::WriteIndented(std::string_view data) {
122 Indent();
123 Write(data, options_.element_size_limit);
124}
125
126void PrettyPrinter::WriteIndented(std::string_view data, int max_chars) {
127 Indent();

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected