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