AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
OneWayHashJoin.h
1 //
2 // Created by Wang Chenyu on 4/9/21.
3 //
4 
5 #ifndef INTELLISTREAM_ONEWAYHASHJOIN_H
6 #define INTELLISTREAM_ONEWAYHASHJOIN_H
7 
8 #include <Common/Types.h>
9 namespace INTELLI {
11  public:
12  static void execute(Result &joinResult, RelationCouple &relationCouple);
13 };
14 }
15 #endif //INTELLISTREAM_ONEWAYHASHJOIN_H
Definition: OneWayHashJoin.h:10
Definition: Types.h:164
Definition: Types.h:210
Definition: DatasetTool.h:10