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

Method DoGetSize

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

Source from the content-addressed store, hash-verified

244}
245
246Result<int64_t> CudaBufferReader::DoGetSize() {
247 RETURN_NOT_OK(CheckClosed());
248 return size_;
249}
250
251Status CudaBufferReader::DoSeek(int64_t position) {
252 RETURN_NOT_OK(CheckClosed());

Callers

nothing calls this directly

Calls 1

CheckClosedFunction · 0.70

Tested by

no test coverage detected