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