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

Method Finish

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

Source from the content-addressed store, hash-verified

1199 }
1200
1201 Status Finish(WriteStats* out_stats = nullptr) {
1202 RETURN_NOT_OK(writer_->Close());
1203 if (out_stats) {
1204 *out_stats = writer_->stats();
1205 }
1206 RETURN_NOT_OK(sink_->Close());
1207 // Current offset into stream is the end of the file
1208 return sink_->Tell().Value(&footer_offset_);
1209 }
1210
1211 virtual Status ReadBatches(const IpcReadOptions& options,
1212 RecordBatchVector* out_batches,

Callers 15

WriteFBMessageFunction · 0.45
WriteFileFooterFunction · 0.45
MakeSerializedBufferFunction · 0.45
MakeRandomStringArrayFunction · 0.45
MakeFWBinaryFunction · 0.45
TEST_PFunction · 0.45
TestWriteAfterCloseMethod · 0.45

Calls 4

CloseMethod · 0.45
statsMethod · 0.45
ValueMethod · 0.45
TellMethod · 0.45

Tested by

no test coverage detected