public class GreaterThanOrEqualFunction extends ComparisonFunction implements ScalarFunction, FunctionFactory
_hash
Constructor and Description |
---|
GreaterThanOrEqualFunction() |
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, isValid
addArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toString
getAlias, getLabel, getName, setAlias, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate
isValid
addArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgument
getDataType, getLabel, setVariableContext
public ConcreteFunction makeNewInstance()
makeNewInstance
in interface FunctionFactory
protected boolean compare(int value)
compare
in class ComparisonFunction
protected ComparisonFunction makeFlipFunction()
makeFlipFunction
in class ComparisonFunction
public java.lang.String getOperatorString()
getOperatorString
in class ComparisonFunction