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

Method to_string

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

Source from the content-addressed store, hash-verified

1860 yield str(i), printer._format_contents()
1861
1862 def to_string(self):
1863 ty = deref(self.val['type_'])
1864 return (f"{self.name} of type {ty}, length {self.val['length_']}, "
1865 f"{format_null_count(self.val['null_count_'])} "
1866 f"with {len(self.chunks)} chunks")
1867
1868
1869class DataTypeClass:

Callers

nothing calls this directly

Calls 3

derefFunction · 0.85
format_null_countFunction · 0.85
lenFunction · 0.85

Tested by

no test coverage detected