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

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