Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
type.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int ui
 

Enumerations

enum class  TableType { Gold = 0 , Data = 1 , Invalid = 2 }
 
enum class  TokenizerType { Dlm = 0 , QGram = 1 , WSpace = 2 , AlphaNumeric = 3 }
 
enum class  SimFuncType { JACCARD = 0 , COSINE = 1 , DICE = 2 }
 
enum class  JoinType { SELF = 0 , RS = 1 }
 
enum class  JoinSettings { SEQUENTIAL = 0 , PARALLEL = 1 }
 

Functions

char OSseparator ()
 

Typedef Documentation

◆ ui

typedef unsigned int ui

Enumeration Type Documentation

◆ JoinSettings

enum class JoinSettings
strong
Enumerator
SEQUENTIAL 
PARALLEL 

◆ JoinType

enum class JoinType
strong
Enumerator
SELF 
RS 

◆ SimFuncType

enum class SimFuncType
strong
Enumerator
JACCARD 
COSINE 
DICE 

◆ TableType

enum class TableType
strong
Enumerator
Gold 
Data 
Invalid 

◆ TokenizerType

enum class TokenizerType
strong
Enumerator
Dlm 
QGram 
WSpace 
AlphaNumeric 

Function Documentation

◆ OSseparator()

char OSseparator ( )
inline