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