Store also bin lst

This commit is contained in:
Dominik Werder
2024-11-08 15:18:41 +01:00
parent 0c4d30273e
commit eacef9083b
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -548,6 +548,7 @@ pub struct TimeBinSimpleF32V02 {
pub max: f32,
pub avg: f32,
pub dev: f32,
pub lst: f32,
}
// Needs to be Clone to send it to multiple retention times if required.