pub trait SumKernel: Encoding { // Required method fn sum(&self, array: &Self::Array) -> VortexResult<Scalar>; }