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