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
{
10
class
OneWayHashJoin
{
11
public
:
12
static
void
execute(
Result
&joinResult,
RelationCouple
&relationCouple);
13
};
14
}
15
#endif
//INTELLISTREAM_ONEWAYHASHJOIN_H
Types.h
INTELLI::OneWayHashJoin
Definition:
OneWayHashJoin.h:10
INTELLI::RelationCouple
Definition:
Types.h:164
INTELLI::Result
Definition:
Types.h:210
INTELLI
Definition:
DatasetTool.h:10
benchmark
include
TestBench
OneWayHashJoin.h
Generated by
1.9.1