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

Method WriteTable

cpp/src/arrow/ipc/read_write_test.cc:1351–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349 }
1350
1351 Status WriteTable(const RecordBatchVector& batches) {
1352 ARROW_ASSIGN_OR_RAISE(auto table, Table::FromRecordBatches(batches));
1353 return writer_->WriteTable(*table);
1354 }
1355
1356 Status Finish(WriteStats* out_stats = nullptr) {
1357 RETURN_NOT_OK(writer_->Close());

Callers

nothing calls this directly

Calls 1

WriteTableMethod · 0.45

Tested by

no test coverage detected