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

Function _arrow_test_arrow_altrep_copy_by_dataptr

r/src/arrowExports.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
62BEGIN_CPP11
63 arrow::r::Input<sexp>::type x(x_sexp);
64 return cpp11::as_sexp(test_arrow_altrep_copy_by_dataptr(x));
65END_CPP11
66}
67// array.cpp
68std::shared_ptr<arrow::Array> Array__Slice1(const std::shared_ptr<arrow::Array>& array, R_xlen_t offset);
69extern "C" SEXP _arrow_Array__Slice1(SEXP array_sexp, SEXP offset_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected