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

Method children

cpp/gdb_arrow.py:1857–1860  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1855 return "array"
1856
1857 def children(self):
1858 for i, chunk in enumerate(self.chunks):
1859 printer = ArrayPrinter(deref(chunk))
1860 yield str(i), printer._format_contents()
1861
1862 def to_string(self):
1863 ty = deref(self.val['type_'])

Callers

nothing calls this directly

Calls 3

_format_contentsMethod · 0.95
derefFunction · 0.85
ArrayPrinterClass · 0.70

Tested by

no test coverage detected