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

Method Duplicate

r/src/altrep.cpp:150–152  ·  view source on GitHub ↗

Materialize and then duplicate data2

Source from the content-addressed store, hash-verified

148
149 // Materialize and then duplicate data2
150 static SEXP Duplicate(SEXP alt, Rboolean /* deep */) {
151 return Rf_duplicate(Impl::Materialize(alt));
152 }
153
154 static SEXP Coerce(SEXP alt, int type) {
155 return Rf_coerceVector(Impl::Materialize(alt), type);

Callers

nothing calls this directly

Calls 1

MaterializeFunction · 0.50

Tested by

no test coverage detected