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,