AllianceDB
0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
CellJoin.h
1
//
2
// Created by Wang Chenyu on 13/10/21.
3
//
4
5
6
#ifndef HYBRID_JOIN_CELLJOIN_H
7
#define HYBRID_JOIN_CELLJOIN_H
8
9
#include <
Common/Types.h
>
10
#include <TestBench/AbstractJoinMethod.h>
11
#include <
WindowSlider/AbstractEagerWS.h
>
12
namespace
INTELLI
{
13
class
CellJoin
:
public
AbstractJoinMethod
<AbstractEagerWS> {
14
public
:
15
static
void
execute(
Result
&joinResult,
RelationCouple
&relationCouple);
16
//static void test(Result &joinResult, RelationCouple &relationCouple);
17
static
void
threadWork(
int
id
, numberType windowSizeS);
18
};
19
}
20
21
#endif
//HYBRID_JOIN_CELLJOIN_H
AbstractEagerWS.h
Types.h
INTELLI::AbstractJoinMethod
Definition:
AbstractJoinMethod.h:10
INTELLI::CellJoin
Definition:
CellJoin.h:13
INTELLI::RelationCouple
Definition:
Types.h:164
INTELLI::Result
Definition:
Types.h:210
INTELLI
Definition:
DatasetTool.h:10
benchmark
include
TestBench
CellJoin.h
Generated by
1.9.1