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

Method _null_bitmap

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

Source from the content-addressed store, hash-verified

1603 self._buffer_values(index, type_id, length))
1604
1605 def _null_bitmap(self):
1606 buf = self._buffer(0) if has_null_bitmap(self.type_id) else None
1607 return NullBitmap.from_buffer(buf, self.offset, self.length)
1608
1609 def _null_child(self, i):
1610 return str(i), "null"

Callers 4

childrenMethod · 0.80
childrenMethod · 0.80
childrenMethod · 0.80
childrenMethod · 0.80

Calls 3

_bufferMethod · 0.95
has_null_bitmapFunction · 0.85
from_bufferMethod · 0.45

Tested by

no test coverage detected