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

Function _arrow_Table__from_RecordBatchFileReader

r/src/arrowExports.cpp:5041–5046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5039// recordbatchreader.cpp
5040std::shared_ptr<arrow::Table> Table__from_RecordBatchFileReader(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
5041extern "C" SEXP _arrow_Table__from_RecordBatchFileReader(SEXP reader_sexp){
5042BEGIN_CPP11
5043 arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp);
5044 return cpp11::as_sexp(Table__from_RecordBatchFileReader(reader));
5045END_CPP11
5046}
5047// recordbatchreader.cpp
5048cpp11::list ipc___RecordBatchFileReader__batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
5049extern "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