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

Method RunEndEncodedArray

cpp/src/arrow/array/array_run_end.cc:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27// RunEndEncodedArray
28
29RunEndEncodedArray::RunEndEncodedArray(const std::shared_ptr<ArrayData>& data) {
30 this->SetData(data);
31}
32
33RunEndEncodedArray::RunEndEncodedArray(const std::shared_ptr<DataType>& type,
34 int64_t length,

Callers

nothing calls this directly

Calls 3

SetDataMethod · 0.95
MakeFunction · 0.70
dataMethod · 0.45

Tested by

no test coverage detected