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

Method Detach

cpp/src/arrow/io/buffered.cc:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223int64_t BufferedOutputStream::bytes_buffered() const { return impl_->buffer_pos(); }
224
225Result<std::shared_ptr<OutputStream>> BufferedOutputStream::Detach() {
226 return impl_->Detach();
227}
228
229Status BufferedOutputStream::Close() { return impl_->Close(); }
230

Callers 5

OpenFileDescriptorMethod · 0.45
TEST_FFunction · 0.45
SetupPipeWriterFunction · 0.45
TEST_FFunction · 0.45
OpenOutputStreamGenericFunction · 0.45

Calls

no outgoing calls

Tested by 3

OpenFileDescriptorMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36