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

Method _null_child

cpp/gdb_arrow.py:1609–1610  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

1607 return NullBitmap.from_buffer(buf, self.offset, self.length)
1608
1609 def _null_child(self, i):
1610 return str(i), "null"
1611
1612 def _valid_child(self, i, value):
1613 return str(i), value

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected