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

Function _arrow_Schema__RemoveField

r/src/arrowExports.cpp:5330–5336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5328// schema.cpp
5329std::shared_ptr<arrow::Schema> Schema__RemoveField(const std::shared_ptr<arrow::Schema>& s, int i);
5330extern "C" SEXP _arrow_Schema__RemoveField(SEXP s_sexp, SEXP i_sexp){
5331BEGIN_CPP11
5332 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type s(s_sexp);
5333 arrow::r::Input<int>::type i(i_sexp);
5334 return cpp11::as_sexp(Schema__RemoveField(s, i));
5335END_CPP11
5336}
5337// schema.cpp
5338std::shared_ptr<arrow::Field> Schema__GetFieldByName(const std::shared_ptr<arrow::Schema>& s, std::string x);
5339extern "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