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

Function _arrow_RecordBatch__RemoveColumn

r/src/arrowExports.cpp:4871–4877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4869// recordbatch.cpp
4870std::shared_ptr<arrow::RecordBatch> RecordBatch__RemoveColumn(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
4871extern "C" SEXP _arrow_RecordBatch__RemoveColumn(SEXP batch_sexp, SEXP i_sexp){
4872BEGIN_CPP11
4873 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
4874 arrow::r::Input<int>::type i(i_sexp);
4875 return cpp11::as_sexp(RecordBatch__RemoveColumn(batch, i));
4876END_CPP11
4877}
4878// recordbatch.cpp
4879std::string RecordBatch__column_name(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
4880extern "C" SEXP _arrow_RecordBatch__column_name(SEXP batch_sexp, SEXP i_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected