Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ToString
Method
ToString
cpp/src/arrow/record_batch.cc:449–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
std::string RecordBatch::ToString() const {
450
std::stringstream ss;
451
ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
452
return ss.str();
453
}
454
455
namespace {
456
Callers
4
ReplaceSchema
Method · 0.45
ValidateBatch
Function · 0.45
Visit
Method · 0.45
ConcatenateRecordBatches
Function · 0.45
Calls
2
str
Method · 0.80
PrettyPrint
Function · 0.70
Tested by
no test coverage detected