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

Function vec_to_arrow_altrep_bypass

r/src/altrep.cpp:1086–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084}
1085
1086std::shared_ptr<ChunkedArray> vec_to_arrow_altrep_bypass(SEXP x) {
1087 if (is_unmaterialized_arrow_altrep(x)) {
1088 return GetChunkedArray(x);
1089 }
1090
1091 return nullptr;
1092}
1093
1094} // namespace altrep
1095} // namespace r

Callers 3

Table__from_dotsFunction · 0.85
InferArrowTypeFunction · 0.85

Calls 1

Tested by

no test coverage detected