[MCOL-4881] Refactor Row::setXIntField family methods to remove switch-case Created: 2021-09-28 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | 23.10 |
| Type: | Task | Priority: | Minor |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There are lots of switch-case blocks in the mentioned methods. The compiler doesn't optimize the switch-case statements away so the suggested approach is to refactor the methods remove switch-case blocks and reducing the amount of boilerplate code. |