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

Method Write

cpp/src/arrow/pretty_print.cc:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void PrettyPrinter::Write(std::string_view data) {
110 Write(data, options_.element_size_limit);
111}
112
113void PrettyPrinter::Write(std::string_view data, int max_chars) {
114 (*sink_) << data.substr(0, max_chars);

Callers 1

WriteDataValuesMethod · 0.45

Calls 3

WriteFunction · 0.85
substrMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected