@@ -3412,7 +3412,7 @@ select c, b, sum(a), count(b) from t0 group by b, c;
34123412 -> Redistribute Motion 3:3 (slice2; segments: 3)
34133413 Output: c, b, (PARTIAL sum(a)), (PARTIAL count(b))
34143414 Hash Key: b, c
3415- -> Partial HashAggregate
3415+ -> Streaming Partial HashAggregate
34163416 Output: c, b, PARTIAL sum(a), PARTIAL count(b)
34173417 Group Key: t0.b, t0.c
34183418 -> Seq Scan on aqumv.t0
@@ -3468,7 +3468,7 @@ select b, sum(a), c, count(b) from t0 group by c, b;
34683468 -> Redistribute Motion 3:3 (slice2; segments: 3)
34693469 Output: b, c, (PARTIAL sum(a)), (PARTIAL count(b))
34703470 Hash Key: c, b
3471- -> Partial HashAggregate
3471+ -> Streaming Partial HashAggregate
34723472 Output: b, c, PARTIAL sum(a), PARTIAL count(b)
34733473 Group Key: t0.c, t0.b
34743474 -> Seq Scan on aqumv.t0
@@ -3524,7 +3524,7 @@ select b + c + 1, sum(a) + count(b) from t0 group by c, b;
35243524 -> Redistribute Motion 3:3 (slice2; segments: 3)
35253525 Output: c, b, (PARTIAL sum(a)), (PARTIAL count(b))
35263526 Hash Key: c, b
3527- -> Partial HashAggregate
3527+ -> Streaming Partial HashAggregate
35283528 Output: c, b, PARTIAL sum(a), PARTIAL count(b)
35293529 Group Key: t0.c, t0.b
35303530 -> Seq Scan on aqumv.t0
@@ -3580,7 +3580,7 @@ select c, count(b) from t0 group by c ;
35803580 -> Redistribute Motion 3:3 (slice2; segments: 3)
35813581 Output: c, (PARTIAL count(b))
35823582 Hash Key: c
3583- -> Partial HashAggregate
3583+ -> Streaming Partial HashAggregate
35843584 Output: c, PARTIAL count(b)
35853585 Group Key: t0.c
35863586 -> Seq Scan on aqumv.t0
@@ -3612,7 +3612,7 @@ select c, count(b) from t0 group by c ;
36123612 -> Redistribute Motion 3:3 (slice2; segments: 3)
36133613 Output: c, (PARTIAL count(b))
36143614 Hash Key: c
3615- -> Partial HashAggregate
3615+ -> Streaming Partial HashAggregate
36163616 Output: c, PARTIAL count(b)
36173617 Group Key: t0.c
36183618 -> Seq Scan on aqumv.t0
@@ -3645,7 +3645,7 @@ select c, b, count(b) from t0 where a > 3 group by c, b;
36453645 -> Redistribute Motion 3:3 (slice2; segments: 3)
36463646 Output: c, b, (PARTIAL count(b))
36473647 Hash Key: c, b
3648- -> Partial HashAggregate
3648+ -> Streaming Partial HashAggregate
36493649 Output: c, b, PARTIAL count(b)
36503650 Group Key: t0.c, t0.b
36513651 -> Seq Scan on aqumv.t0
@@ -3696,7 +3696,7 @@ select count(b), b, c from t0 where a > 3 group by b, c;
36963696 -> Redistribute Motion 3:3 (slice2; segments: 3)
36973697 Output: b, c, (PARTIAL count(b))
36983698 Hash Key: b, c
3699- -> Partial HashAggregate
3699+ -> Streaming Partial HashAggregate
37003700 Output: b, c, PARTIAL count(b)
37013701 Group Key: t0.b, t0.c
37023702 -> Seq Scan on aqumv.t0
@@ -3747,7 +3747,7 @@ select count(b) + 1, b + 1, c from t0 where a > 3 group by b, c;
37473747 -> Redistribute Motion 3:3 (slice2; segments: 3)
37483748 Output: c, b, (PARTIAL count(b))
37493749 Hash Key: b, c
3750- -> Partial HashAggregate
3750+ -> Streaming Partial HashAggregate
37513751 Output: c, b, PARTIAL count(b)
37523752 Group Key: t0.b, t0.c
37533753 -> Seq Scan on aqumv.t0
@@ -3798,7 +3798,7 @@ select b, c, count(b) from t0 where a > 3 and b > 1 group by b, c;
37983798 -> Redistribute Motion 3:3 (slice2; segments: 3)
37993799 Output: b, c, (PARTIAL count(b))
38003800 Hash Key: b, c
3801- -> Partial HashAggregate
3801+ -> Streaming Partial HashAggregate
38023802 Output: b, c, PARTIAL count(b)
38033803 Group Key: t0.b, t0.c
38043804 -> Seq Scan on aqumv.t0
@@ -3828,7 +3828,7 @@ select b, c, count(b) from t0 where a > 3 and b > 1 group by b, c;
38283828 -> Redistribute Motion 3:3 (slice2; segments: 3)
38293829 Output: b, c, (PARTIAL count(b))
38303830 Hash Key: b, c
3831- -> Partial HashAggregate
3831+ -> Streaming Partial HashAggregate
38323832 Output: b, c, PARTIAL count(b)
38333833 Group Key: t0.b, t0.c
38343834 -> Seq Scan on aqumv.t0
0 commit comments