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

Method Finish

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

Source from the content-addressed store, hash-verified

1195 }
1196
1197 Status Finish(WriteStats* out_stats = nullptr) {
1198 RETURN_NOT_OK(writer_->Close());
1199 if (out_stats) {
1200 *out_stats = writer_->stats();
1201 }
1202 RETURN_NOT_OK(sink_->Close());
1203 // Current offset into stream is the end of the file
1204 return sink_->Tell().Value(&footer_offset_);
1205 }
1206
1207 virtual Status ReadBatches(const IpcReadOptions& options,
1208 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