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:254–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
std::string ChunkedArray::ToString() const {
255
std::stringstream ss;
256
ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
257
return ss.str();
258
}
259
260
namespace {
261
Callers
1
ValidateChunks
Function · 0.45
Calls
2
str
Method · 0.80
PrettyPrint
Function · 0.70
Tested by
no test coverage detected