MCPcopy 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
552class StdPtrVector(StdVector):
553
554 def __getitem__(self, index):
555 return deref(super().__getitem__(index))
556
557
558class FieldVector(StdVector):

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected