Structsยง
- Union
Array - An array of values of varying types
Enumsยง
- Mask ๐
- Sparse
Strategy ๐ - 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 intype_ids_chunk
.