object
functions
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
computeMetaphoneFn: UserDefinedFunction
-
def
computeNysiisFn: UserDefinedFunction
-
def
computeRefinedNysiisFn: UserDefinedFunction
-
def
computeRefinedSoundexFn: UserDefinedFunction
-
def
computeSoundexFn: UserDefinedFunction
-
def
diceSorensenFn: UserDefinedFunction
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hammingFn: UserDefinedFunction
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
jaccardFn: UserDefinedFunction
-
def
jaroFn: UserDefinedFunction
-
def
jaroWinklerFn: UserDefinedFunction
-
def
levenshteinFn: UserDefinedFunction
-
def
metaphoneFn: UserDefinedFunction
-
def
nGramFn: UserDefinedFunction
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
nysiisFn: UserDefinedFunction
-
def
overlapFn: UserDefinedFunction
-
def
ratcliffObershelpFn: UserDefinedFunction
-
def
refinedNysiisFn: UserDefinedFunction
-
def
refinedSoundexFn: UserDefinedFunction
-
def
soundexFn: UserDefinedFunction
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
weightedLevenshteinFn: UserDefinedFunction
Inherited from AnyRef
Inherited from Any
A collection of Spark SQL UDFs that wrap different fuzzy matching algorithms functions.