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

Function _arrow_is_arrow_altrep

r/src/arrowExports.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// altrep.cpp
8bool is_arrow_altrep(cpp11::sexp x);
9extern "C" SEXP _arrow_is_arrow_altrep(SEXP x_sexp){
10BEGIN_CPP11
11 arrow::r::Input<cpp11::sexp>::type x(x_sexp);
12 return cpp11::as_sexp(is_arrow_altrep(x));
13END_CPP11
14}
15// altrep.cpp
16void test_arrow_altrep_set_string_elt(sexp x, int i, std::string value);
17extern "C" SEXP _arrow_test_arrow_altrep_set_string_elt(SEXP x_sexp, SEXP i_sexp, SEXP value_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
is_arrow_altrepFunction · 0.85

Tested by

no test coverage detected