Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ExtensionArray
Method
ExtensionArray
cpp/src/arrow/extension_type.cc:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
ExtensionArray::ExtensionArray(const std::shared_ptr<ArrayData>& data) { SetData(data); }
81
82
ExtensionArray::ExtensionArray(const std::shared_ptr<DataType>& type,
83
const std::shared_ptr<Array>& storage) {
Callers
nothing calls this directly
Calls
7
storage_type
Method · 0.80
SetData
Function · 0.50
id
Method · 0.45
Equals
Method · 0.45
type
Method · 0.45
Copy
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected