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

Method Close

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

Source from the content-addressed store, hash-verified

1850 }
1851
1852 Status Close() {
1853 RETURN_NOT_OK(payload_writer_->Close());
1854 return sink_->Close();
1855 }
1856
1857 Status ReadBatch(std::shared_ptr<RecordBatch>* out_batch) {
1858 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