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

Method Read

r/src/io.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 : RConnectionFileInterface(connection_sexp) {}
372
373 arrow::Result<int64_t> Read(int64_t nbytes, void* out) override {
374 return ReadBase(nbytes, out);
375 }
376
377 arrow::Result<std::shared_ptr<arrow::Buffer>> Read(int64_t nbytes) override {
378 return ReadBase(nbytes);

Callers 5

csv___TableReader__ReadFunction · 0.45
io___Readable__ReadFunction · 0.45
json___TableReader__ReadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected