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

Function is_unmaterialized_arrow_altrep

r/src/altrep.cpp:1082–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082bool is_unmaterialized_arrow_altrep(SEXP x) {
1083 return is_arrow_altrep(x) && R_altrep_data1(x) != R_NilValue;
1084}
1085
1086std::shared_ptr<ChunkedArray> vec_to_arrow_altrep_bypass(SEXP x) {
1087 if (is_unmaterialized_arrow_altrep(x)) {

Callers 5

Ingest_all_nullsMethod · 0.85
Ingest_some_nullsMethod · 0.85
Table__from_dotsFunction · 0.85
InferArrowTypeFunction · 0.85

Calls 1

is_arrow_altrepFunction · 0.85

Tested by

no test coverage detected