global: big snapshot

This commit is contained in:
nym21
2026-01-09 20:00:20 +01:00
parent cb0abc324e
commit 426d7797a3
442 changed files with 17952 additions and 20071 deletions

View File

@@ -8,7 +8,7 @@ use crate::internal::ComputedVecValue;
/// Sum of values in an aggregation period
#[derive(Clone, Deref, DerefMut, Traversable)]
#[traversable(wrap = "sum")]
#[traversable(transparent)]
pub struct SumVec<I: VecIndex, T: ComputedVecValue + JsonSchema>(
pub EagerVec<PcoVec<I, T>>,
);