antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

To do merge and groupby on host(CPU). (Ordered matching) #34

Closed AlexeyAB closed 11 years ago

AlexeyAB commented 11 years ago

By using: thrust::merge() and thrust::reduce_by_key().

Now it is a header file that is not included and until has no affect.

Added functions:

Parameters of templates:

Postfixes in parameters of functions:

antonmks commented 11 years ago

Already done, thanks for the help !

Anton