Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
std::string ChunkedArray::ToString() const {
243
std::stringstream ss;
244
ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
245
return ss.str();
246
}
247
248
namespace {
249
Callers
1
ValidateChunks
Function · 0.45
Calls
2
str
Method · 0.80
PrettyPrint
Function · 0.70
Tested by
no test coverage detected