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

Function _arrow_RecordBatch__RemoveColumn

r/src/arrowExports.cpp:4828–4834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4826// recordbatch.cpp
4827std::shared_ptr<arrow::RecordBatch> RecordBatch__RemoveColumn(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
4828extern "C" SEXP _arrow_RecordBatch__RemoveColumn(SEXP batch_sexp, SEXP i_sexp){
4829BEGIN_CPP11
4830 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
4831 arrow::r::Input<int>::type i(i_sexp);
4832 return cpp11::as_sexp(RecordBatch__RemoveColumn(batch, i));
4833END_CPP11
4834}
4835// recordbatch.cpp
4836std::string RecordBatch__column_name(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
4837extern "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