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

Method Tell

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

Source from the content-addressed store, hash-verified

442}
443
444Result<int64_t> CudaBufferWriter::Tell() const { return impl_->Tell(); }
445
446Status CudaBufferWriter::Write(const void* data, int64_t nbytes) {
447 return impl_->Write(data, nbytes);

Callers 2

TestWritesMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestWritesMethod · 0.36
TEST_FFunction · 0.36