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

Function _arrow_Table__from_RecordBatchFileReader

r/src/arrowExports.cpp:5084–5089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5082// recordbatchreader.cpp
5083std::shared_ptr<arrow::Table> Table__from_RecordBatchFileReader(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
5084extern "C" SEXP _arrow_Table__from_RecordBatchFileReader(SEXP reader_sexp){
5085BEGIN_CPP11
5086 arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp);
5087 return cpp11::as_sexp(Table__from_RecordBatchFileReader(reader));
5088END_CPP11
5089}
5090// recordbatchreader.cpp
5091cpp11::list ipc___RecordBatchFileReader__batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
5092extern "C" SEXP _arrow_ipc___RecordBatchFileReader__batches(SEXP reader_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected