Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ StdPtrVector
Class
StdPtrVector
cpp/gdb_arrow.py:552–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
551
552
class
StdPtrVector(StdVector):
553
554
def
__getitem__(self, index):
555
return
deref(super().__getitem__(index))
556
557
558
class
FieldVector(StdVector):
Callers
2
__init__
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected