public class GreaterOperator extends AbstractOperator implements RelationalOperator
Operator.TYPEMAX_OP_PRECEDENCE| Constructor and Description | 
|---|
GreaterOperator()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Get the name of the operator. 
 | 
Operator.TYPE | 
getType()
Get the operator type. 
 | 
Predicate | 
toPredicate(String prop,
           String val)
Create a predicate for this relational operator. 
 | 
getBasePrecedence, getPrecedence, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrecedencepublic Operator.TYPE getType()
Operatorpublic Predicate toPredicate(String prop, String val)
RelationalOperatortoPredicate in interface RelationalOperatorprop - left operandval - right operandpublic String getName()
AbstractOperatorgetName in class AbstractOperatorCopyright © 2022 Apache Software Foundation. All rights reserved.