public class LessThanFunction extends ComparisonFunction implements ScalarFunction, FunctionFactory
_hash| Constructor and Description |
|---|
LessThanFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
compare(int value) |
java.lang.String |
getOperatorString() |
protected ComparisonFunction |
makeFlipFunction() |
ConcreteFunction |
makeNewInstance() |
evaluate, flip, getDataType, isColumnColumn, isColumnLiteral, isValidaddArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toStringgetAlias, getLabel, getName, setAlias, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluateisValidaddArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgumentgetDataType, getLabel, setVariableContextpublic ConcreteFunction makeNewInstance()
makeNewInstance in interface FunctionFactoryprotected boolean compare(int value)
compare in class ComparisonFunctionprotected ComparisonFunction makeFlipFunction()
makeFlipFunction in class ComparisonFunctionpublic java.lang.String getOperatorString()
getOperatorString in class ComparisonFunction