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

Method DoGetSize

cpp/src/arrow/io/memory.cc:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387Result<int64_t> BufferReader::DoGetSize() {
388 RETURN_NOT_OK(CheckClosed());
389 return size_;
390}
391
392Status BufferReader::DoSeek(int64_t position) {
393 RETURN_NOT_OK(CheckClosed());

Callers

nothing calls this directly

Calls 1

CheckClosedFunction · 0.70

Tested by

no test coverage detected