| 759 | } |
| 760 | |
| 761 | Status Visit(const NullArray& array) { |
| 762 | SetNoChildren(); |
| 763 | return Status::OK(); |
| 764 | } |
| 765 | |
| 766 | template <typename ArrayType> |
| 767 | enable_if_t<std::is_base_of<PrimitiveArray, ArrayType>::value && |
nothing calls this directly
no test coverage detected