#include <stringjoin_parallel.h>
|
static void | exactJoinRS (const std::vector< std::string > &colA, const std::vector< std::string > &colB, std::vector< std::pair< int, int > > &pairs, ui _maxHeapSize=0) |
|
static void | exactJoinSelf (const std::vector< std::string > &col, std::vector< std::pair< int, int > > &pairs, ui _maxHeapSize=0) |
|
◆ ExactJoinParallel() [1/3]
ExactJoinParallel::ExactJoinParallel |
( |
| ) |
|
|
default |
◆ ~ExactJoinParallel()
ExactJoinParallel::~ExactJoinParallel |
( |
| ) |
|
|
default |
◆ ExactJoinParallel() [2/3]
◆ ExactJoinParallel() [3/3]
◆ exactJoinRS()
static void ExactJoinParallel::exactJoinRS |
( |
const std::vector< std::string > & | colA, |
|
|
const std::vector< std::string > & | colB, |
|
|
std::vector< std::pair< int, int > > & | pairs, |
|
|
ui | _maxHeapSize = 0 ) |
|
inlinestatic |
◆ exactJoinSelf()
static void ExactJoinParallel::exactJoinSelf |
( |
const std::vector< std::string > & | col, |
|
|
std::vector< std::pair< int, int > > & | pairs, |
|
|
ui | _maxHeapSize = 0 ) |
|
inlinestatic |
The documentation for this class was generated from the following file: