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

Function _arrow_test_arrow_altrep_force_materialize

r/src/arrowExports.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// altrep.cpp
35bool test_arrow_altrep_force_materialize(sexp x);
36extern "C" SEXP _arrow_test_arrow_altrep_force_materialize(SEXP x_sexp){
37BEGIN_CPP11
38 arrow::r::Input<sexp>::type x(x_sexp);
39 return cpp11::as_sexp(test_arrow_altrep_force_materialize(x));
40END_CPP11
41}
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){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected