public class SoundsLikeFunction extends SoundexFunction implements ScalarFunction, FunctionFactory
_hash| Constructor and Description |
|---|
SoundsLikeFunction()
Creates a new instance of Class
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(RowDecorator row) |
DataType |
getDataType()
|
boolean |
isValid() |
ConcreteFunction |
makeNewInstance() |
soundexaddArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toStringgetAlias, getLabel, getName, setAlias, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgumentgetLabel, setVariableContextpublic ConcreteFunction makeNewInstance()
makeNewInstance in interface FunctionFactorymakeNewInstance in class SoundexFunctionpublic DataType getDataType()
getDataType in interface SelectablegetDataType in class SoundexFunctionpublic java.lang.Object evaluate(RowDecorator row) throws AxionException
evaluate in interface ScalarFunctionevaluate in interface Selectableevaluate in class SoundexFunctionAxionExceptionpublic boolean isValid()
isValid in interface ConcreteFunctionisValid in class SoundexFunction