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

Method DoReadAt

cpp/src/arrow/io/file.cc:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331Result<int64_t> ReadableFile::DoReadAt(int64_t position, int64_t nbytes,
332 bool allow_short_read, void* out) {
333 return impl_->ReadAt(position, nbytes, allow_short_read, out);
334}
335
336Result<std::shared_ptr<Buffer>> ReadableFile::DoReadAt(int64_t position, int64_t nbytes,
337 bool allow_short_read) {

Callers 2

ReadAsyncMethod · 0.45
ReadAtMethod · 0.45

Calls 2

ReadBufferAtMethod · 0.80
ReadAtMethod · 0.45

Tested by 1

ReadAsyncMethod · 0.36