[MCOL-4367] Make a separate SortingStep moving sorting code from AnnexStep Created: 2020-10-19 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Comments |
| Comment by Roman [ 2020-10-19 ] |
|
As of 5.4.1 sorting code uses facilities from a different places: comparators lives in utils/windowfunctions, the Step code belongs to TupleAnnexStep. We must make a separate sorting step and move comparators away from utils/windowfunctions. |