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

Method ToString

cpp/src/arrow/chunked_array.cc:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254std::string ChunkedArray::ToString() const {
255 std::stringstream ss;
256 ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
257 return ss.str();
258}
259
260namespace {
261

Callers 1

ValidateChunksFunction · 0.45

Calls 2

strMethod · 0.80
PrettyPrintFunction · 0.70

Tested by

no test coverage detected