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

Function ReadAt

cpp/src/arrow/ipc/reader_internal.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 Result<int64_t> GetSize() override;
57
58 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) override {
59 return ReadAt(position, nbytes, /*allow_short_read=*/true, out);
60 }
61 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, bool allow_short_read,
62 void* out) override;
63

Callers 6

ReadAtMethod · 0.85
ReadAtMethod · 0.85
ReadAtMethod · 0.85
ReadAsyncMethod · 0.85
ReadAtMethod · 0.85
ReadMethod · 0.85

Calls

no outgoing calls

Tested by 1

ReadAtMethod · 0.68