Functions§
- scatter_
single_ non_ null - Efficiently sets value at the indices from the iterator to
set_value
. The new array is initialized with amemcpy
from the old values. - set_
at_ nulls - Set values in a primitive array where the primitive array has null values. this is faster because we don’t have to invert and combine bitmaps
- set_
with_ mask - Set values in a primitive array based on a mask array. This is fast when large chunks of bits are set or unset.