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

Function _arrow_RecordBatch__SelectColumns

r/src/arrowExports.cpp:4787–4793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4785// recordbatch.cpp
4786std::shared_ptr<arrow::RecordBatch> RecordBatch__SelectColumns(const std::shared_ptr<arrow::RecordBatch>& batch, const std::vector<int>& indices);
4787extern "C" SEXP _arrow_RecordBatch__SelectColumns(SEXP batch_sexp, SEXP indices_sexp){
4788BEGIN_CPP11
4789 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
4790 arrow::r::Input<const std::vector<int>&>::type indices(indices_sexp);
4791 return cpp11::as_sexp(RecordBatch__SelectColumns(batch, indices));
4792END_CPP11
4793}
4794// recordbatch.cpp
4795bool RecordBatch__Equals(const std::shared_ptr<arrow::RecordBatch>& self, const std::shared_ptr<arrow::RecordBatch>& other, bool check_metadata);
4796extern "C" SEXP _arrow_RecordBatch__Equals(SEXP self_sexp, SEXP other_sexp, SEXP check_metadata_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected