pub fn prim_unary_values<I, O, F>(
arr: PrimitiveArray<I>,
op: F,
) -> PrimitiveArray<O>
Expand description
Applies a function to all the values (regardless of nullability).
May reuse the memory of the array if possible.
pub fn prim_unary_values<I, O, F>(
arr: PrimitiveArray<I>,
op: F,
) -> PrimitiveArray<O>
Applies a function to all the values (regardless of nullability).
May reuse the memory of the array if possible.