MCPcopy 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

552class StdPtrVector(StdVector):
553
554 def __getitem__(self, index):
555 return deref(super().__getitem__(index))
556
557
558class FieldVector(StdVector):

Callers

nothing calls this directly

Calls 2

derefFunction · 0.85
__getitem__Method · 0.45

Tested by

no test coverage detected