WIP on second AggKind

This commit is contained in:
Dominik Werder
2021-05-19 19:33:34 +02:00
parent 3b0404f2ba
commit 2b1e68a222
5 changed files with 151 additions and 33 deletions

View File

@@ -24,6 +24,7 @@ pub mod binnedt;
pub mod binnedx;
pub mod eventbatch;
pub mod scalarbinbatch;
pub mod streams;
pub trait AggregatableXdim1Bin {
type Output: AggregatableXdim1Bin + AggregatableTdim;