MCPcopy Create free account
hub / github.com/apache/arrow / ValidateUTF8

Method ValidateUTF8

cpp/src/arrow/array/array_binary_test.cc:487–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 2

typeFunction · 0.70
ValidateUTF8Function · 0.70

Tested by

no test coverage detected