Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Tell
Method
Tell
cpp/src/arrow/gpu/cuda_memory.cc:454–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
Result<int64_t> CudaBufferWriter::Tell() const { return impl_->Tell(); }
455
456
Status CudaBufferWriter::Write(const void* data, int64_t nbytes) {
457
return impl_->Write(data, nbytes);
Callers
2
TestWrites
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestWrites
Method · 0.36
TEST_F
Function · 0.36