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

Method LargeStringArray

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

Source from the content-addressed store, hash-verified

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);
79 SetData(data);
80}
81
82LargeStringArray::LargeStringArray(int64_t length,
83 const std::shared_ptr<Buffer>& value_offsets,

Callers

nothing calls this directly

Calls 3

SetDataFunction · 0.70
MakeFunction · 0.70
idMethod · 0.45

Tested by

no test coverage detected