Package org.apache.drill.exec.udfs
Class PhoneticFunctions.MatchRatingFunction
java.lang.Object
org.apache.drill.exec.udfs.PhoneticFunctions.MatchRatingFunction
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- PhoneticFunctions
Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.
Usage: SELECT match_rating_encoder( string ) FROM...
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MatchRatingFunction
public MatchRatingFunction()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-