Function arrow::compute::kernels::arithmetic::powf_scalar[][src]

pub fn powf_scalar<T>(
    array: &PrimitiveArray<T>,
    raise: T::Native
) -> Result<PrimitiveArray<T>> where
    T: ArrowFloatNumericType,
    T::Native: Pow<T::Native, Output = T::Native>, 
Expand description

Raise array with floating point values to the power of a scalar.