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

Method ToString

cpp/src/arrow/chunked_array.cc:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242std::string ChunkedArray::ToString() const {
243 std::stringstream ss;
244 ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
245 return ss.str();
246}
247
248namespace {
249

Callers 1

ValidateChunksFunction · 0.45

Calls 2

strMethod · 0.80
PrettyPrintFunction · 0.70

Tested by

no test coverage detected