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

Method Coerce

r/src/altrep.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 static SEXP Coerce(SEXP alt, int type) {
155 return Rf_coerceVector(Impl::Materialize(alt), type);
156 }
157
158 static SEXP Serialized_state(SEXP alt) { return Impl::Materialize(alt); }
159

Callers

nothing calls this directly

Calls 1

MaterializeFunction · 0.50

Tested by

no test coverage detected