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

Method DoTell

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

Source from the content-addressed store, hash-verified

239bool CudaBufferReader::supports_zero_copy() const { return true; }
240
241Result<int64_t> CudaBufferReader::DoTell() const {
242 RETURN_NOT_OK(CheckClosed());
243 return position_;
244}
245
246Result<int64_t> CudaBufferReader::DoGetSize() {
247 RETURN_NOT_OK(CheckClosed());

Callers

nothing calls this directly

Calls 1

CheckClosedFunction · 0.70

Tested by

no test coverage detected