Function polars_arrow::legacy::kernels::pow::pow

source ·
pub fn pow<T, F>(
    arr_1: &PrimitiveArray<T>,
    arr_2: &PrimitiveArray<F>
) -> PrimitiveArray<T>
where T: Pow<F, Output = T> + NativeType, F: NativeType,