Package org.apache.drill.exec.udfs
Class PhoneticFunctions.Caverphone1Function
java.lang.Object
org.apache.drill.exec.udfs.PhoneticFunctions.Caverphone1Function
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- PhoneticFunctions
The Caverphone function is a phonetic matching function. This is an algorithm created by the Caversham Project at the University of Otago. It implements the Caverphone 1.0 algorithm.
Usage: SELECT caverphone1( string ) FROM...
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Caverphone1Function
public Caverphone1Function()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-