MCPcopy Create free account
hub / github.com/apache/arrow / __init__

Method __init__

cpp/gdb_arrow.py:973–977  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

971 """
972
973 def __init__(self, val):
974 self.val = val
975 impl = deref(self.val['impl_'])
976 self.fields = FieldVector(impl['fields_'])
977 self.metadata = MetadataPtr(impl['metadata_'])
978
979
980class RecordBatch:

Callers

nothing calls this directly

Calls 3

derefFunction · 0.85
FieldVectorClass · 0.85
MetadataPtrClass · 0.85

Tested by

no test coverage detected