Module union_array

Source

Structsยง

UnionArray
An array of values of varying types

Enumsยง

Mask ๐Ÿ”’
SparseStrategy ๐Ÿ”’
How to compute the logical nulls of a sparse union. All strategies return the same result. Those starting with Mask perform bitwise masking for each chunk of 64 values, including computing expensive selection masks of fields: which fields masks must be computed is the difference between them

Functionsยง

selection_mask ๐Ÿ”’
without_nulls_selected ๐Ÿ”’
Returns a bitmask where bits indicate if any id from without_nulls_ids exist in type_ids_chunk.