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

Method DictionaryMayHaveLogicalNulls

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

Source from the content-addressed store, hash-verified

733}
734
735bool ArraySpan::DictionaryMayHaveLogicalNulls() const {
736 return this->GetNullCount() != 0 || this->dictionary().GetNullCount() != 0;
737}
738
739// ----------------------------------------------------------------------
740// Implement internal::GetArrayView

Callers

nothing calls this directly

Calls 2

GetNullCountMethod · 0.80
dictionaryMethod · 0.45

Tested by

no test coverage detected