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

Method No_NA

r/src/altrep.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 static int No_NA(SEXP alt) {
119 if (IsMaterialized(alt)) {
120 return false;
121 }
122
123 return GetChunkedArray(alt)->null_count() == 0;
124 }
125
126 static int Is_sorted(SEXP alt) { return UNKNOWN_SORTEDNESS; }
127

Callers

nothing calls this directly

Calls 1

null_countMethod · 0.45

Tested by

no test coverage detected