| 485 | } |
| 486 | |
| 487 | Status ValidateUTF8(const Array& arr) { |
| 488 | return checked_cast<const ArrayType&>(arr).ValidateUTF8(); |
| 489 | } |
| 490 | |
| 491 | Status ValidateUTF8(std::vector<std::string> values) { |
| 492 | std::shared_ptr<Array> arr; |
nothing calls this directly
no test coverage detected