Created
February 6, 2024 12:28
-
-
Save gropaul/555bb7064e3f1b1142de62621d7370d8 to your computer and use it in GitHub Desktop.
Data for join
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//! 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