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

Function IsNullRunEndEncoded

cpp/src/arrow/array/data.cc:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool IsNullRunEndEncoded(const ArrayData& data, int64_t i) {
89 return ArraySpan(data).IsNullRunEndEncoded(i);
90}
91
92bool UnionMayHaveLogicalNulls(const ArrayData& data) {
93 return ArraySpan(data).MayHaveLogicalNulls();

Callers 2

IsValidFunction · 0.85
IsValidFunction · 0.85

Calls 2

IsNullRunEndEncodedMethod · 0.80
ArraySpanFunction · 0.70

Tested by

no test coverage detected