Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ __init__
Method
__init__
cpp/gdb_arrow.py:1849–1852 ·
view source on GitHub ↗
(self, name, val)
Source
from the content-addressed store, hash-verified
1847
""
"
1848
1849
def
__init__(self, name, val):
1850
self.name = name
1851
self.val = val
1852
self.chunks = StdVector(self.val[
'chunks_'
])
1853
1854
def
display_hint(self):
1855
return
"array"
Callers
nothing calls this directly
Calls
1
StdVector
Class · 0.85
Tested by
no test coverage detected