pub fn conditional_copy_u64(
mask: &BooleanArray<()>,
then_data: &[u64],
else_data: &[u64],
) -> IntegerArray<u64>Expand description
Conditional copy operation: select elements from then_data or else_data based on boolean mask.
pub fn conditional_copy_u64(
mask: &BooleanArray<()>,
then_data: &[u64],
else_data: &[u64],
) -> IntegerArray<u64>Conditional copy operation: select elements from then_data or else_data based on boolean mask.