Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
RunEndEncodedArray::RunEndEncodedArray(const std::shared_ptr<ArrayData>& data) {
30
this->SetData(data);
31
}
32
33
RunEndEncodedArray::RunEndEncodedArray(const std::shared_ptr<DataType>& type,
34
int64_t length,
Callers
nothing calls this directly
Calls
3
SetData
Method · 0.95
Make
Function · 0.70
data
Method · 0.45
Tested by
no test coverage detected