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

Method ReadAt

c_glib/arrow-glib/input-stream.cpp:791–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789 }
790
791 arrow::Result<int64_t>
792 ReadAt(int64_t position, int64_t n_bytes, void *out) override
793 {
794 return arrow::io::RandomAccessFile::ReadAt(position, n_bytes, out);
795 }
796
797 arrow::Result<std::shared_ptr<arrow::Buffer>>
798 ReadAt(int64_t position, int64_t n_bytes) override

Calls 1

ReadAtFunction · 0.85

Tested by

no test coverage detected