Function arrow::compute::powf_scalar

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

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