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

Method __init__

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

Source from the content-addressed store, hash-verified

1820 """
1821
1822 def __init__(self, val):
1823 data = deref(val['data_'])
1824 self.data_printer = ArrayDataPrinter("arrow::ArrayData", data)
1825 self.name = array_class_from_type(self.data_printer.type_name)
1826
1827 def _format_contents(self):
1828 return self.data_printer._format_contents()

Callers

nothing calls this directly

Calls 3

derefFunction · 0.85
ArrayDataPrinterClass · 0.85
array_class_from_typeFunction · 0.85

Tested by

no test coverage detected