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

Function io___Readable__Read

r/src/io.cpp:32–35  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

30
31// [[arrow::export]]
32std::shared_ptr<arrow::Buffer> io___Readable__Read(
33 const std::shared_ptr<arrow::io::Readable>& x, int64_t nbytes) {
34 return ValueOrStop(x->Read(nbytes));
35}
36
37// ------ arrow::io::InputStream
38

Callers 1

Calls 2

ValueOrStopFunction · 0.85
ReadMethod · 0.45

Tested by

no test coverage detected