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

Function _arrow_RecordBatch__columns

r/src/arrowExports.cpp:4761–4766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4759// recordbatch.cpp
4760cpp11::list RecordBatch__columns(const std::shared_ptr<arrow::RecordBatch>& batch);
4761extern "C" SEXP _arrow_RecordBatch__columns(SEXP batch_sexp){
4762BEGIN_CPP11
4763 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
4764 return cpp11::as_sexp(RecordBatch__columns(batch));
4765END_CPP11
4766}
4767// recordbatch.cpp
4768std::shared_ptr<arrow::Array> RecordBatch__column(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
4769extern "C" SEXP _arrow_RecordBatch__column(SEXP batch_sexp, SEXP i_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
RecordBatch__columnsFunction · 0.85

Tested by

no test coverage detected