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 unsigned int ui |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
inline |