@@ -59,7 +59,7 @@ CompoundBlockOperator(Project) × 1
59
59
SortPartialTransform × 4
60
60
Merge to Resize × 4
61
61
Transform Window × 1
62
- TransformWindowPartitionCollect(Sort ) × 1
62
+ TransformPartitionCollect(Window ) × 1
63
63
ShuffleMergePartition(Window) × 1
64
64
ShufflePartition(Window) × 1
65
65
DeserializeDataTransform × 1
@@ -80,7 +80,7 @@ CompoundBlockOperator(Project) × 1
80
80
SortPartialTransform × 4
81
81
Merge to Resize × 4
82
82
Transform Window × 1
83
- TransformWindowPartitionCollect(Sort ) × 1
83
+ TransformPartitionCollect(Window ) × 1
84
84
ShuffleMergePartition(Window) × 1
85
85
ShufflePartition(Window) × 1
86
86
DeserializeDataTransform × 1
@@ -370,7 +370,7 @@ explain pipeline select a, sum(a) over (partition by a order by a desc) from t l
370
370
CompoundBlockOperator(Project) × 1
371
371
LimitTransform × 1
372
372
Transform Window × 1
373
- TransformWindowPartitionCollect(Sort ) × 1
373
+ TransformPartitionCollect(Window ) × 1
374
374
ShuffleMergePartition(Window) × 1
375
375
ShufflePartition(Window) × 1
376
376
DeserializeDataTransform × 1
@@ -388,7 +388,7 @@ explain pipeline select a, sum(a) over (partition by a order by a desc) from t l
388
388
CompoundBlockOperator(Project) × 1
389
389
LimitTransform × 1
390
390
Transform Window × 1
391
- TransformWindowPartitionCollect(Sort ) × 1
391
+ TransformPartitionCollect(Window ) × 1
392
392
ShuffleMergePartition(Window) × 1
393
393
ShufflePartition(Window) × 1
394
394
DeserializeDataTransform × 1
@@ -407,7 +407,7 @@ explain pipeline select a, dense_rank() over (partition by a order by a desc) fr
407
407
CompoundBlockOperator(Project) × 1
408
408
LimitTransform × 1
409
409
Transform Window × 1
410
- TransformWindowPartitionCollect(Sort ) × 1
410
+ TransformPartitionCollect(Window ) × 1
411
411
ShuffleMergePartition(Window) × 1
412
412
ShufflePartition(Window) × 1
413
413
DeserializeDataTransform × 1
@@ -421,7 +421,7 @@ explain pipeline select a, sum(a) over (partition by a order by a desc rows betw
421
421
CompoundBlockOperator(Project) × 1
422
422
LimitTransform × 1
423
423
Transform Window × 1
424
- TransformWindowPartitionCollect(Sort ) × 1
424
+ TransformPartitionCollect(Window ) × 1
425
425
ShuffleMergePartition(Window) × 1
426
426
ShufflePartition(Window) × 1
427
427
DeserializeDataTransform × 1
@@ -435,7 +435,7 @@ explain pipeline select a, sum(a) over (partition by a order by a desc rows betw
435
435
CompoundBlockOperator(Project) × 1
436
436
LimitTransform × 1
437
437
Transform Window × 1
438
- TransformWindowPartitionCollect(Sort ) × 1
438
+ TransformPartitionCollect(Window ) × 1
439
439
ShuffleMergePartition(Window) × 1
440
440
ShufflePartition(Window) × 1
441
441
DeserializeDataTransform × 1
@@ -455,7 +455,7 @@ CompoundBlockOperator(Project) × 1
455
455
SortPartialTransform × 4
456
456
Merge to Resize × 4
457
457
Transform Window × 1
458
- TransformWindowPartitionCollect(Sort ) × 1
458
+ TransformPartitionCollect(Window ) × 1
459
459
ShuffleMergePartition(Window) × 1
460
460
ShufflePartition(Window) × 1
461
461
DeserializeDataTransform × 1
@@ -474,7 +474,7 @@ CompoundBlockOperator(Project) × 1
474
474
SortPartialTransform × 4
475
475
Merge to Resize × 4
476
476
Transform Window × 1
477
- TransformWindowPartitionCollect(Sort ) × 1
477
+ TransformPartitionCollect(Window ) × 1
478
478
ShuffleMergePartition(Window) × 1
479
479
ShufflePartition(Window) × 1
480
480
TransformFilter × 1
@@ -538,7 +538,7 @@ CompoundBlockOperator(Project) × 1
538
538
LimitTransform × 1
539
539
TransformFilter × 1
540
540
Transform Window × 1
541
- TransformWindowPartitionCollect(Sort ) × 1
541
+ TransformPartitionCollect(Window ) × 1
542
542
ShuffleMergePartition(WindowTopN) × 1
543
543
ShufflePartition(WindowTopN) × 1
544
544
DeserializeDataTransform × 1
@@ -576,12 +576,12 @@ explain pipeline select number, lead(number,1, 0) over (partition by number % 3
576
576
----
577
577
CompoundBlockOperator(Project) × 1
578
578
Transform Window × 1
579
- TransformWindowPartitionCollect(Sort ) × 1
579
+ TransformPartitionCollect(Window ) × 1
580
580
ShuffleMergePartition(Window) × 1
581
581
ShufflePartition(Window) × 1
582
582
CompoundBlockOperator(Map) × 1
583
583
Transform Window × 1
584
- TransformWindowPartitionCollect(Sort ) × 1
584
+ TransformPartitionCollect(Window ) × 1
585
585
ShuffleMergePartition(Window) × 1
586
586
ShufflePartition(Window) × 1
587
587
CompoundBlockOperator(Map) × 1
0 commit comments