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

Method ToString

cpp/src/arrow/table.cc:401–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401std::string Table::ToString() const {
402 std::stringstream ss;
403 ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
404 return ss.str();
405}
406
407Result<std::shared_ptr<Table>> ConcatenateTables(
408 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