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

Function _arrow_test_arrow_altrep_copy_by_region

r/src/arrowExports.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
53BEGIN_CPP11
54 arrow::r::Input<sexp>::type x(x_sexp);
55 arrow::r::Input<R_xlen_t>::type region_size(region_size_sexp);
56 return cpp11::as_sexp(test_arrow_altrep_copy_by_region(x, region_size));
57END_CPP11
58}
59// altrep.cpp
60sexp test_arrow_altrep_copy_by_dataptr(sexp x);
61extern "C" SEXP _arrow_test_arrow_altrep_copy_by_dataptr(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected