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

Method Flush

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

Source from the content-addressed store, hash-verified

443bool CudaBufferWriter::closed() const { return impl_->closed(); }
444
445Status CudaBufferWriter::Flush() { return impl_->Flush(); }
446
447Status CudaBufferWriter::Seek(int64_t position) {
448 if (impl_->buffer_position() > 0) {

Callers 1

TestWritesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestWritesMethod · 0.36