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

Method BinaryViewArray

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

Source from the content-addressed store, hash-verified

91Status LargeStringArray::ValidateUTF8() const { return internal::ValidateUTF8(*data_); }
92
93BinaryViewArray::BinaryViewArray(std::shared_ptr<ArrayData> data) {
94 ARROW_CHECK_EQ(data->type->id(), Type::BINARY_VIEW);
95 SetData(std::move(data));
96}
97
98BinaryViewArray::BinaryViewArray(std::shared_ptr<DataType> type, int64_t length,
99 std::shared_ptr<Buffer> views, BufferVector buffers,

Callers

nothing calls this directly

Calls 5

SetDataFunction · 0.70
MakeFunction · 0.70
idMethod · 0.45
insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected