Entity Matching by Similarity Join
Loading...
Searching...
No Matches
sampler_util.h
Go to the documentation of this file.
1
/*
2
* author: Yunqi Li
3
* contact: liyunqixa@gmail.com
4
*/
5
#ifndef _SAMPLER_UTIL_H_
6
#define _SAMPLER_UTIL_H_
7
8
#include "
common/io.h
"
9
#include "
common/dataframe.h
"
10
#include <vector>
11
#include <string>
12
13
14
class
SamplerUtil
15
{
16
public
:
17
SamplerUtil
() =
default
;
18
~SamplerUtil
() =
default
;
19
SamplerUtil
(
const
SamplerUtil
&other) =
delete
;
20
SamplerUtil
(
SamplerUtil
&&other) =
delete
;
21
22
public
:
23
static
void
readCSVTables
(
const
std::string &pathTableA,
const
std::string &pathTableB,
Table
&tableA,
Table
&tableB,
24
bool
isRS);
25
};
26
27
28
#endif
// _SAMPLER_UTIL_H_
SamplerUtil
Definition
sampler_util.h:15
SamplerUtil::~SamplerUtil
~SamplerUtil()=default
SamplerUtil::readCSVTables
static void readCSVTables(const std::string &pathTableA, const std::string &pathTableB, Table &tableA, Table &tableB, bool isRS)
Definition
sampler_util.cc:8
SamplerUtil::SamplerUtil
SamplerUtil(const SamplerUtil &other)=delete
SamplerUtil::SamplerUtil
SamplerUtil()=default
SamplerUtil::SamplerUtil
SamplerUtil(SamplerUtil &&other)=delete
Table
Definition
dataframe.h:19
dataframe.h
io.h
cpp
sampler
sampler_util.h
Generated by
1.12.0