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

Method StringArray

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

Source from the content-addressed store, hash-verified

60}
61
62StringArray::StringArray(const std::shared_ptr<ArrayData>& data) {
63 ARROW_CHECK_EQ(data->type->id(), Type::STRING);
64 SetData(data);
65}
66
67StringArray::StringArray(int64_t length, const std::shared_ptr<Buffer>& value_offsets,
68 const std::shared_ptr<Buffer>& data,

Callers

nothing calls this directly

Calls 3

SetDataFunction · 0.70
MakeFunction · 0.70
idMethod · 0.45

Tested by

no test coverage detected