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

Method StringViewArray

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

Source from the content-addressed store, hash-verified

111}
112
113StringViewArray::StringViewArray(std::shared_ptr<ArrayData> data) {
114 ARROW_CHECK_EQ(data->type->id(), Type::STRING_VIEW);
115 SetData(std::move(data));
116}
117
118Status StringViewArray::ValidateUTF8() const { return internal::ValidateUTF8(*data_); }
119

Callers

nothing calls this directly

Calls 2

SetDataFunction · 0.70
idMethod · 0.45

Tested by

no test coverage detected