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

Function _arrow_test_arrow_altrep_is_materialized

r/src/arrowExports.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// altrep.cpp
27sexp test_arrow_altrep_is_materialized(sexp x);
28extern "C" SEXP _arrow_test_arrow_altrep_is_materialized(SEXP x_sexp){
29BEGIN_CPP11
30 arrow::r::Input<sexp>::type x(x_sexp);
31 return cpp11::as_sexp(test_arrow_altrep_is_materialized(x));
32END_CPP11
33}
34// altrep.cpp
35bool test_arrow_altrep_force_materialize(sexp x);
36extern "C" SEXP _arrow_test_arrow_altrep_force_materialize(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected