[MCOL-4243] Consolidate hash algorithms into one place Created: 2020-08-11 Updated: 2021-07-03 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Roman |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Currently, there are a few places where hash algorithms are defined for specific cases. These should be gathered into one place and redundancies removed. It's possible that most can be covered by the templated hash found in the moda function code. |