More concrete xbinned to tbinned aggregator

This commit is contained in:
Dominik Werder
2021-05-26 15:20:28 +02:00
parent 0ab17d35da
commit e312db7ac2
4 changed files with 205 additions and 20 deletions

View File

@@ -167,9 +167,8 @@ where
self.node_config.node_config.cluster.clone(),
self.stream_kind.clone(),
);
let s1 = crate::agg::binnedt::IntoBinnedT::<SK, _>::into_binned_t(s1, range);
//self.fut2 = Some(Box::pin(s1));
self.fut2 = err::todoval();
let s1 = <SK as BinnedStreamKind>::xbinned_to_tbinned(s1, range);
self.fut2 = Some(Box::pin(s1));
}
fn setup_from_higher_res_prebinned(&mut self, range: PreBinnedPatchRange) {