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:450–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
}
449
450
std::string RecordBatch::ToString() const {
451
std::stringstream ss;
452
ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
453
return ss.str();
454
}
455
456
namespace {
457
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