Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ __init__
Method
__init__
cpp/gdb_arrow.py:646–649 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
644
""
"
645
646
def
__init__(self, val):
647
self.val = val
648
ptr = int(self.val)
649
self.buf = Buffer(val.dereference())
if
ptr != 0
else
None
650
651
@property
652
def
data(self):
Callers
nothing calls this directly
Calls
1
Buffer
Class · 0.70
Tested by
no test coverage detected