This commit is contained in:
Dominik Werder
2023-02-24 13:32:19 +01:00
parent 0f29eac2b5
commit 2e286eb28e
23 changed files with 399 additions and 257 deletions

View File

@@ -5,6 +5,7 @@ pub mod databuffereventblobs;
pub mod eventsdim0;
pub mod eventsdim1;
pub mod eventsxbindim0;
pub mod eventtransform;
pub mod merger;
pub mod streams;
#[cfg(test)]
@@ -251,7 +252,7 @@ pub fn empty_events_dyn_ev(
}
},
Shape::Wave(..) => match agg_kind {
AggKind::Plain => {
AggKind::Plain | AggKind::TimeWeightedScalar => {
use ScalarType::*;
type K<T> = eventsdim1::EventsDim1<T>;
match scalar_type {