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

Method Flush

cpp/src/arrow/gpu/cuda_memory.cc:435–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433bool CudaBufferWriter::closed() const { return impl_->closed(); }
434
435Status CudaBufferWriter::Flush() { return impl_->Flush(); }
436
437Status CudaBufferWriter::Seek(int64_t position) {
438 if (impl_->buffer_position() > 0) {

Callers 1

TestWritesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestWritesMethod · 0.36