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