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

Function _arrow_test_arrow_altrep_copy_by_element

r/src/arrowExports.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42// altrep.cpp
43sexp test_arrow_altrep_copy_by_element(sexp x);
44extern "C" SEXP _arrow_test_arrow_altrep_copy_by_element(SEXP x_sexp){
45BEGIN_CPP11
46 arrow::r::Input<sexp>::type x(x_sexp);
47 return cpp11::as_sexp(test_arrow_altrep_copy_by_element(x));
48END_CPP11
49}
50// altrep.cpp
51sexp test_arrow_altrep_copy_by_region(sexp x, R_xlen_t region_size);
52extern "C" SEXP _arrow_test_arrow_altrep_copy_by_region(SEXP x_sexp, SEXP region_size_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected