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

Function has_null_bitmap

cpp/gdb_arrow.py:95–96  ·  view source on GitHub ↗
(type_id)

Source from the content-addressed store, hash-verified

93
94
95def has_null_bitmap(type_id):
96 return type_id not in (Type.NA, Type.SPARSE_UNION, Type.DENSE_UNION)
97
98
99@lru_cache()

Callers 1

_null_bitmapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected