tjeyy / dyod22-memory-tracking

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

use TrackingMemoryResource in hash join #4

Open twollnik opened 2 years ago

twollnik commented 2 years ago

This includes changing the signatures of called methods (to support pmr_vector instead of just std::vector) and removing any already duplicated function definitions.