MCPcopy Create free account
hub / github.com/apache/arrow / ToString

Method ToString

cpp/src/arrow/table.cc:392–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392std::string Table::ToString() const {
393 std::stringstream ss;
394 ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
395 return ss.str();
396}
397
398Result<std::shared_ptr<Table>> ConcatenateTables(
399 const std::vector<std::shared_ptr<Table>>& tables,

Callers 4

ValidateMetaMethod · 0.45
FromRecordBatchesMethod · 0.45
ConcatenateTablesFunction · 0.45
PromoteTableToSchemaFunction · 0.45

Calls 2

strMethod · 0.80
PrettyPrintFunction · 0.70

Tested by

no test coverage detected