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:445–445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
bool CudaBufferWriter::closed() const { return impl_->closed(); }
444
445
Status CudaBufferWriter::Flush() { return impl_->Flush(); }
446
447
Status CudaBufferWriter::Seek(int64_t position) {
448
if (impl_->buffer_position() > 0) {
Callers
1
TestWrites
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestWrites
Method · 0.36