MCPcopy 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
450std::string RecordBatch::ToString() const {
451 std::stringstream ss;
452 ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
453 return ss.str();
454}
455
456namespace {
457

Callers 4

ReplaceSchemaMethod · 0.45
ValidateBatchFunction · 0.45
VisitMethod · 0.45
ConcatenateRecordBatchesFunction · 0.45

Calls 2

strMethod · 0.80
PrettyPrintFunction · 0.70

Tested by

no test coverage detected