#include <thread>
#include <Common/Types.h>
#include <Utils/UtilityFunctions.hpp>
#include <barrier>
#include <JoinProcessor/SplitJoinJP.h>
#include <Utils/DupicatedHashTable.hpp>
Go to the source code of this file.
Classes | |
class | INTELLI::SplitJoinIRJP |
The class of split join join processor, which also shares the intermediate results (IR) More... | |
Namespaces | |
INTELLI | |
Typedefs | |
typedef INTELLI::DupicatedHashTable< keyType, keyType > | INTELLI::dpHashtable |
typedef shared_ptr< dpHashtable > | INTELLI::dpHashtablePtr |
typedef std::shared_ptr< SplitJoinIRJP > | INTELLI::SplitJoinIRJPPtr |