Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
void PrettyPrinter::WriteIndented(std::string_view data) {
122
Indent();
123
Write(data, options_.element_size_limit);
124
}
125
126
void PrettyPrinter::WriteIndented(std::string_view data, int max_chars) {
127
Indent();
Callers
nothing calls this directly
Calls
1
Write
Function · 0.85
Tested by
no test coverage detected