@@ -541,7 +541,7 @@ where
541
541
/// be consistently by key (though this is the most common).
542
542
fn arrange_core < P , Tr > ( & self , pact : P , name : & str ) -> Arranged < G , TraceAgent < Tr > >
543
543
where
544
- P : ParallelizationContract < G :: Timestamp , ( ( K , V ) , G :: Timestamp , R ) > ,
544
+ P : ParallelizationContract < G :: Timestamp , Vec < ( ( K , V ) , G :: Timestamp , R ) > > ,
545
545
K : Clone ,
546
546
V : Clone ,
547
547
R : Clone ,
@@ -562,7 +562,7 @@ where
562
562
{
563
563
fn arrange_core < P , Tr > ( & self , pact : P , name : & str ) -> Arranged < G , TraceAgent < Tr > >
564
564
where
565
- P : ParallelizationContract < G :: Timestamp , ( ( K , V ) , G :: Timestamp , R ) > ,
565
+ P : ParallelizationContract < G :: Timestamp , Vec < ( ( K , V ) , G :: Timestamp , R ) > > ,
566
566
Tr : Trace < Time =G :: Timestamp > +' static ,
567
567
Tr :: Batch : Batch ,
568
568
Tr :: Batcher : Batcher < Item = ( ( K , V ) , G :: Timestamp , R ) , Time = G :: Timestamp > ,
@@ -727,7 +727,7 @@ where
727
727
{
728
728
fn arrange_core < P , Tr > ( & self , pact : P , name : & str ) -> Arranged < G , TraceAgent < Tr > >
729
729
where
730
- P : ParallelizationContract < G :: Timestamp , ( ( K , ( ) ) , G :: Timestamp , R ) > ,
730
+ P : ParallelizationContract < G :: Timestamp , Vec < ( ( K , ( ) ) , G :: Timestamp , R ) > > ,
731
731
Tr : Trace < Time =G :: Timestamp > +' static ,
732
732
Tr :: Batch : Batch ,
733
733
Tr :: Batcher : Batcher < Item = ( ( K , ( ) ) , G :: Timestamp , R ) , Time = G :: Timestamp > ,
0 commit comments