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

Method _format_contents

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

Source from the content-addressed store, hash-verified

1566 return cast_to_concrete(deref(self.val['type']), concrete_type)
1567
1568 def _format_contents(self):
1569 return (f"length {self.length}, "
1570 f"offset {self.offset}, "
1571 f"{format_null_count(self.val['null_count'])}")
1572
1573 def _buffer(self, index, type_id=None):
1574 buffers = StdVector(self.val['buffers'])

Callers 2

to_stringMethod · 0.95
to_stringMethod · 0.95

Calls 1

format_null_countFunction · 0.85

Tested by

no test coverage detected