polars_compute::float_sum

Trait SumBlock

Source
pub trait SumBlock<F> {
    // Required methods
    fn sum_block_vectorized(&self) -> F;
    fn sum_block_vectorized_with_mask(&self, mask: BitMask<'_>) -> F;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T, F> SumBlock<F> for [T; 128]
where T: AsPrimitive<F> + 'static, F: Default + Add<Output = F> + Copy + 'static,

Implementors§