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

Function _arrow_ipc___feather___Reader__Read

r/src/arrowExports.cpp:3181–3187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3179// feather.cpp
3180std::shared_ptr<arrow::Table> ipc___feather___Reader__Read(const std::shared_ptr<arrow::ipc::feather::Reader>& reader, cpp11::sexp columns);
3181extern "C" SEXP _arrow_ipc___feather___Reader__Read(SEXP reader_sexp, SEXP columns_sexp){
3182BEGIN_CPP11
3183 arrow::r::Input<const std::shared_ptr<arrow::ipc::feather::Reader>&>::type reader(reader_sexp);
3184 arrow::r::Input<cpp11::sexp>::type columns(columns_sexp);
3185 return cpp11::as_sexp(ipc___feather___Reader__Read(reader, columns));
3186END_CPP11
3187}
3188// feather.cpp
3189std::shared_ptr<arrow::ipc::feather::Reader> ipc___feather___Reader__Open(const std::shared_ptr<arrow::io::RandomAccessFile>& stream);
3190extern "C" SEXP _arrow_ipc___feather___Reader__Open(SEXP stream_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected