#include <down_sampler.h>
|
| DownSampler ()=default |
|
| DownSampler (ui _n, ui _y, std::string _blkAttr, bool _isRS) |
|
| ~DownSampler ()=default |
|
| DownSampler (const DownSampler &other)=delete |
|
| DownSampler (DownSampler &&other)=delete |
|
void | sample (const std::string &pathTableA, const std::string &pathTableB) |
|
| Sampler ()=default |
|
| Sampler (std::string _blkAttr, bool _isRS) |
|
| Sampler (const Sampler &other)=delete |
|
| Sampler (Sampler &&other)=delete |
|
| Sampler ()=default |
|
| Sampler (std::string _blkAttr, bool _isRS) |
|
| ~Sampler ()=default |
|
| Sampler (const Sampler &other)=delete |
|
| Sampler (Sampler &&other)=delete |
|
void | readTable (const std::string &_pathTableA, const std::string &_pathTableB) |
|
void | prepareRecords (ui columnA, ui columnB, TokenizerType tt, ui q) |
|
◆ DownSampler() [1/4]
DownSampler::DownSampler |
( |
| ) |
|
|
default |
◆ DownSampler() [2/4]
DownSampler::DownSampler |
( |
ui | _n, |
|
|
ui | _y, |
|
|
std::string | _blkAttr, |
|
|
bool | _isRS ) |
|
inline |
◆ ~DownSampler()
DownSampler::~DownSampler |
( |
| ) |
|
|
default |
◆ DownSampler() [3/4]
◆ DownSampler() [4/4]
◆ sample()
void DownSampler::sample |
( |
const std::string & | pathTableA, |
|
|
const std::string & | pathTableB ) |
|
virtual |
◆ Sampler() [1/4]
◆ Sampler() [2/4]
Sampler::Sampler |
( |
const Sampler & | other | ) |
|
|
delete |
◆ Sampler() [3/4]
Sampler::Sampler |
( |
Sampler && | other | ) |
|
|
delete |
◆ Sampler() [4/4]
Sampler::Sampler |
( |
std::string | _blkAttr, |
|
|
bool | _isRS ) |
|
inline |
◆ samplePairs
std::vector<std::pair<int, int> > DownSampler::samplePairs[MAXTHREADNUM] |
◆ tokenIndex
std::unordered_map<ui, std::vector<ui> > DownSampler::tokenIndex |
The documentation for this class was generated from the following files: