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

Method Close

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

Source from the content-addressed store, hash-verified

1854 }
1855
1856 Status Close() {
1857 RETURN_NOT_OK(payload_writer_->Close());
1858 return sink_->Close();
1859 }
1860
1861 Status ReadBatch(std::shared_ptr<RecordBatch>* out_batch) {
1862 auto buf_reader = std::make_shared<io::BufferReader>(buffer_);

Callers 6

DoLargeRoundTripMethod · 0.45
FinishMethod · 0.45
FinishMethod · 0.45
TESTFunction · 0.45
read_write_test.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected