mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 07:39:59 -07:00
global: big snapshot
This commit is contained in:
@@ -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>>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user