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

Method Write

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

Source from the content-addressed store, hash-verified

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);
448}
449
450Status CudaBufferWriter::WriteAt(int64_t position, const void* data, int64_t nbytes) {
451 return impl_->WriteAt(position, data, nbytes);

Callers 3

TestWritesMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestWritesMethod · 0.36
TEST_FFunction · 0.36