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; |