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

Method LargeBinaryArray

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

Source from the content-addressed store, hash-verified

46}
47
48LargeBinaryArray::LargeBinaryArray(const std::shared_ptr<ArrayData>& data) {
49 ARROW_CHECK(is_large_binary_like(data->type->id()));
50 SetData(data);
51}
52
53LargeBinaryArray::LargeBinaryArray(int64_t length,
54 const std::shared_ptr<Buffer>& value_offsets,

Callers

nothing calls this directly

Calls 4

is_large_binary_likeFunction · 0.85
SetDataFunction · 0.70
MakeFunction · 0.70
idMethod · 0.45

Tested by

no test coverage detected