Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
ExactJoin Class Reference

#include <stringjoin.h>

Public Member Functions

 ExactJoin ()=default
 
 ~ExactJoin ()=default
 
 ExactJoin (const ExactJoin &other)=delete
 
 ExactJoin (ExactJoin &&other)=delete
 

Static Public Member Functions

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)
 

Constructor & Destructor Documentation

◆ ExactJoin() [1/3]

ExactJoin::ExactJoin ( )
default

◆ ~ExactJoin()

ExactJoin::~ExactJoin ( )
default

◆ ExactJoin() [2/3]

ExactJoin::ExactJoin ( const ExactJoin & other)
delete

◆ ExactJoin() [3/3]

ExactJoin::ExactJoin ( ExactJoin && other)
delete

Member Function Documentation

◆ exactJoinRS()

static void ExactJoin::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 ExactJoin::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: