Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
433
bool CudaBufferWriter::closed() const { return impl_->closed(); }
434
435
Status CudaBufferWriter::Flush() { return impl_->Flush(); }
436
437
Status CudaBufferWriter::Seek(int64_t position) {
438
if (impl_->buffer_position() > 0) {
Callers
1
TestWrites
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestWrites
Method · 0.36