Class PhoneticFunctions.SoundexFunction

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

public static class PhoneticFunctions.SoundexFunction extends Object implements DrillSimpleFunc
Encodes a string into a Soundex value. Soundex is an encoding used to relate similar names, but can also be used as a general purpose scheme to find word with similar phonemes.

Usage: SELECT soundex( string ) FROM...

  • Constructor Details

    • SoundexFunction

      public SoundexFunction()
  • Method Details