Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
SetJoin::invertedList Struct Reference

#include <setjoin.h>

Public Member Functions

std::vector< std::pair< int, int > > & getVector (SetJoin *joiner) const
 
void add (std::pair< int, int > data, SetJoin *joiner)
 

Public Attributes

int vec_no
 
int cnt
 
std::pair< int, int > cache [CACHE_SIZE]
 

Member Function Documentation

◆ add()

void SetJoin::invertedList::add ( std::pair< int, int > data,
SetJoin * joiner )
inline

◆ getVector()

std::vector< std::pair< int, int > > & SetJoin::invertedList::getVector ( SetJoin * joiner) const
inline

Member Data Documentation

◆ cache

std::pair<int, int> SetJoin::invertedList::cache[CACHE_SIZE]

◆ cnt

int SetJoin::invertedList::cnt

◆ vec_no

int SetJoin::invertedList::vec_no

The documentation for this struct was generated from the following file: