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

Method BinaryArray

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

Source from the content-addressed store, hash-verified

33using internal::checked_cast;
34
35BinaryArray::BinaryArray(const std::shared_ptr<ArrayData>& data) {
36 ARROW_CHECK(is_binary_like(data->type->id()));
37 SetData(data);
38}
39
40BinaryArray::BinaryArray(int64_t length, const std::shared_ptr<Buffer>& value_offsets,
41 const std::shared_ptr<Buffer>& data,

Callers

nothing calls this directly

Calls 4

is_binary_likeFunction · 0.85
SetDataFunction · 0.70
MakeFunction · 0.70
idMethod · 0.45

Tested by

no test coverage detected