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

Method ReadAt

cpp/src/arrow/io/concurrency.h:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 // to use the exclusive_guard.
209
210 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) final {
211 return ReadAt(position, nbytes, /*allow_short_read=*/true, out);
212 }
213
214 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, bool allow_short_read,
215 void* out) final {

Callers

nothing calls this directly

Calls 2

ReadAtFunction · 0.85
DoReadAtMethod · 0.45

Tested by

no test coverage detected