Package com.espertech.esper.epl.expression.ops

Operator expressions.

See:
          Description

Interface Summary
ExprAndNode Represents an And-condition.
ExprBetweenNode Represents the between-clause function in an expression tree.
ExprEqualsNode Represents an equals (=, !=, <>, is, is not) comparator in a filter expressiun tree.
ExprInNode Represents the in-clause (set check) function in an expression tree.
ExprRelationalOpNode Represents a lesser or greater then (/>=) expression in a filter expression tree.
 

Class Summary
ExprAndNodeImpl Represents an And-condition.
ExprArrayNode Represents an array in a filter expressiun tree.
ExprBetweenNodeImpl Represents the between-clause function in an expression tree.
ExprBitWiseNode Represents the bit-wise operators in an expression tree.
ExprConcatNode Represents a simple Math (+/-/divide/*) in a filter expression tree.
ExprEqualsAllAnyNode Represents an equals-for-group (= ANY/ALL/SOME (expression list)) comparator in a expression tree.
ExprEqualsNodeImpl Represents an equals (=) comparator in a filter expressiun tree.
ExprEqualsNodeImpl.ExprEqualsEvaluatorCoercing  
ExprEqualsNodeImpl.ExprEqualsEvaluatorEquals  
ExprEqualsNodeImpl.ExprEqualsEvaluatorIs  
ExprInNodeImpl Represents the in-clause (set check) function in an expression tree.
ExprLikeNode Represents the like-clause in an expression tree.
ExprMathNode Represents a simple Math (+/-/divide/*) in a filter expression tree.
ExprNewInstanceNode Represents the "new Class(...)" operator in an expression tree.
ExprNewStructNode Represents the "new {...}" operator in an expression tree.
ExprNotNode Represents a NOT expression in an expression tree.
ExprOrNode Represents an OR expression in a filter expression tree.
ExprRegexpNode Represents the regexp-clause in an expression tree.
ExprRelationalOpAllAnyNode Represents a lesser or greater then (/>=) expression in a filter expression tree.
ExprRelationalOpNodeImpl Represents a lesser or greater then (/>=) expression in a filter expression tree.
 

Package com.espertech.esper.epl.expression.ops Description

Operator expressions.


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com