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

Function _arrow_Schema__RemoveField

r/src/arrowExports.cpp:5287–5293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5285// schema.cpp
5286std::shared_ptr<arrow::Schema> Schema__RemoveField(const std::shared_ptr<arrow::Schema>& s, int i);
5287extern "C" SEXP _arrow_Schema__RemoveField(SEXP s_sexp, SEXP i_sexp){
5288BEGIN_CPP11
5289 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type s(s_sexp);
5290 arrow::r::Input<int>::type i(i_sexp);
5291 return cpp11::as_sexp(Schema__RemoveField(s, i));
5292END_CPP11
5293}
5294// schema.cpp
5295std::shared_ptr<arrow::Field> Schema__GetFieldByName(const std::shared_ptr<arrow::Schema>& s, std::string x);
5296extern "C" SEXP _arrow_Schema__GetFieldByName(SEXP s_sexp, SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Schema__RemoveFieldFunction · 0.85

Tested by

no test coverage detected