Skip to content

Instantly share code, notes, and snippets.

@gropaul
gropaul / join_hashtable.hpp
Created February 6, 2024 12:28
Data for join
//! Partitioned data collection that the data is sunk into when building
unique_ptr<PartitionedTupleData> sink_collection;
//! The DataCollection holding the main data of the hash table
unique_ptr<TupleDataCollection> data_collection;