| 475 | } |
| 476 | |
| 477 | Status ValidateUTF8(const Array& arr) { |
| 478 | return checked_cast<const ArrayType&>(arr).ValidateUTF8(); |
| 479 | } |
| 480 | |
| 481 | Status ValidateUTF8(std::vector<std::string> values) { |
| 482 | std::shared_ptr<Array> arr; |
nothing calls this directly
no test coverage detected