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

Method ValidateUTF8

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 2

typeFunction · 0.70
ValidateUTF8Function · 0.70

Tested by

no test coverage detected