Class PhoneticFunctions.MetaphoneFunction

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

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

Usage: SELECT metaphone( string ) FROM...

  • Constructor Details

    • MetaphoneFunction

      public MetaphoneFunction()
  • Method Details