#include <block.h>
|
static void | clearBuffers () |
|
static void | prepareRecordsRS (ui columnA, ui columnB, TokenizerType tt, ui q) |
|
static void | prepareRecordsSelf (ui columnA, TokenizerType tt, ui q) |
|
static void | sortColumns () |
|
static void | showPara (int jt, int js, uint64_t topK, const std::string &topKattr, const std::string &attrType, const std::string &pathTableA, const std::string &pathTableB, const std::string &pathGold, const std::string &pathRule, int tableSize) |
|
static void | readCSVTables (int isRS, const std::string &pathTableA, const std::string &pathTableB, const std::string &pathGold) |
|
static void | readRules (const std::string &pathRule) |
|
static void | tokenize (int isRS) |
|
static void | getRecall (int isRS) |
|
static void | getRecall4Rules (int isRS) |
|
◆ Block() [1/3]
◆ ~Block()
◆ Block() [2/3]
Block::Block |
( |
const Block & | other | ) |
|
|
delete |
◆ Block() [3/3]
Block::Block |
( |
Block && | other | ) |
|
|
delete |
◆ clearBuffers()
void Block::clearBuffers |
( |
| ) |
|
|
static |
◆ getRecall()
void Block::getRecall |
( |
int | isRS | ) |
|
|
static |
◆ getRecall4Rules()
void Block::getRecall4Rules |
( |
int | isRS | ) |
|
|
static |
◆ prepareRecordsRS()
◆ prepareRecordsSelf()
◆ readCSVTables()
void Block::readCSVTables |
( |
int | isRS, |
|
|
const std::string & | pathTableA, |
|
|
const std::string & | pathTableB, |
|
|
const std::string & | pathGold ) |
|
static |
◆ readRules()
void Block::readRules |
( |
const std::string & | pathRule | ) |
|
|
static |
◆ showPara()
void Block::showPara |
( |
int | jt, |
|
|
int | js, |
|
|
uint64_t | topK, |
|
|
const std::string & | topKattr, |
|
|
const std::string & | attrType, |
|
|
const std::string & | pathTableA, |
|
|
const std::string & | pathTableB, |
|
|
const std::string & | pathGold, |
|
|
const std::string & | pathRule, |
|
|
int | tableSize ) |
|
static |
◆ sortColumns()
void Block::sortColumns |
( |
| ) |
|
|
static |
◆ tokenize()
void Block::tokenize |
( |
int | isRS | ) |
|
|
static |
The documentation for this class was generated from the following files: