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

Function io___RandomAccessFile__ReadAt

r/src/io.cpp:88–92  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

86
87// [[arrow::export]]
88std::shared_ptr<arrow::Buffer> io___RandomAccessFile__ReadAt(
89 const std::shared_ptr<arrow::io::RandomAccessFile>& x, int64_t position,
90 int64_t nbytes) {
91 return ValueOrStop(x->ReadAt(position, nbytes));
92}
93
94// [[arrow::export]]
95cpp11::strings io___RandomAccessFile__ReadMetadata(

Callers 1

Calls 2

ValueOrStopFunction · 0.85
ReadAtMethod · 0.45

Tested by

no test coverage detected