| 155 | } |
| 156 | |
| 157 | Status ArrayHash(const Array& a) { return ArrayHash(*a.data()); } |
| 158 | |
| 159 | Status ArrayHash(const ArraySpan& a, int64_t offset, int64_t length) { |
| 160 | // Calculate null count within the range |
nothing calls this directly
no test coverage detected