Class PhoneticFunctions.DoubleMetaphoneFunction

java.lang.Object
org.apache.drill.exec.udfs.PhoneticFunctions.DoubleMetaphoneFunction
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc
Enclosing class:
PhoneticFunctions

public static class PhoneticFunctions.DoubleMetaphoneFunction extends Object implements DrillSimpleFunc
Implements the Double Metaphone phonetic algorithm (https://en.wikipedia.org/wiki/Metaphone), and calculates a given string's Double Metaphone value.

Usage: SELECT double_metaphone( string ) FROM...

  • Constructor Details

    • DoubleMetaphoneFunction

      public DoubleMetaphoneFunction()
  • Method Details