Uses of Class
org.apache.qpid.server.query.engine.parsing.expression.comparison.GreaterThanExpression
-
Packages that use GreaterThanExpression Package Description org.apache.qpid.server.query.engine.parsing.factory -
-
Uses of GreaterThanExpression in org.apache.qpid.server.query.engine.parsing.factory
Methods in org.apache.qpid.server.query.engine.parsing.factory that return GreaterThanExpression Modifier and Type Method Description static <T,R>
GreaterThanExpression<T,R>ComparisonExpressionFactory. greaterThanExpression(ExpressionNode<T,R> left, ExpressionNode<T,R> right)Creates GREATER THAN expression
-