Skip to content

Instantly share code, notes, and snippets.

@gropaul
Created February 6, 2024 12:28
Show Gist options
  • Save gropaul/555bb7064e3f1b1142de62621d7370d8 to your computer and use it in GitHub Desktop.
Save gropaul/555bb7064e3f1b1142de62621d7370d8 to your computer and use it in GitHub Desktop.
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment