bakoe / hyrise

Hyrise is a research in-memory database.
https://hpi.de/plattner/projects/hyrise.html
MIT License
0 stars 0 forks source link

WIP: Replace sort operator #12

Open birneamstiel opened 4 years ago

birneamstiel commented 4 years ago

Description

This introduces the changes to the sort operator and dependencies (tests and benchmarks) from https://github.com/bakoe/hyrise/pull/11/ replacing the previous sort operator implementation.

TODO