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

Method Finish

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

Source from the content-addressed store, hash-verified

1350 }
1351
1352 Status Finish(WriteStats* out_stats = nullptr) {
1353 RETURN_NOT_OK(writer_->Close());
1354 if (out_stats) {
1355 *out_stats = writer_->stats();
1356 }
1357 return sink_->Close();
1358 }
1359
1360 virtual Status ReadBatches(const IpcReadOptions& options,
1361 RecordBatchVector* out_batches,

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.45
statsMethod · 0.45

Tested by

no test coverage detected