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

Method _values_view

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

Source from the content-addressed store, hash-verified

1631 _format_value = staticmethod(identity)
1632
1633 def _values_view(self):
1634 return StarMappedView(self._format_value,
1635 self._buffer_values(1, self.type_id))
1636
1637 def display_hint(self):
1638 return "array"

Callers 1

childrenMethod · 0.95

Calls 2

StarMappedViewClass · 0.85
_buffer_valuesMethod · 0.80

Tested by

no test coverage detected