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

Function _arrow_RecordBatch__columns

r/src/arrowExports.cpp:4804–4809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4802// recordbatch.cpp
4803cpp11::list RecordBatch__columns(const std::shared_ptr<arrow::RecordBatch>& batch);
4804extern "C" SEXP _arrow_RecordBatch__columns(SEXP batch_sexp){
4805BEGIN_CPP11
4806 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
4807 return cpp11::as_sexp(RecordBatch__columns(batch));
4808END_CPP11
4809}
4810// recordbatch.cpp
4811std::shared_ptr<arrow::Array> RecordBatch__column(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
4812extern "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