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

Method ValidateUTF8

cpp/src/arrow/array/array_binary.cc:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75Status StringArray::ValidateUTF8() const { return internal::ValidateUTF8(*data_); }
76
77LargeStringArray::LargeStringArray(const std::shared_ptr<ArrayData>& data) {
78 ARROW_CHECK_EQ(data->type->id(), Type::LARGE_STRING);

Callers

nothing calls this directly

Calls 1

ValidateUTF8Function · 0.70

Tested by

no test coverage detected