|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprEvaluatorEnumeration | |
---|---|
com.espertech.esper.epl.declexpr | Declared expression handling. |
com.espertech.esper.epl.enummethod.dot | Enumeration method utility classes and input data sources. |
com.espertech.esper.epl.enummethod.eval | Enumeration method implementations. |
com.espertech.esper.epl.expression | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
com.espertech.esper.epl.script | Script expression evaluation. |
Uses of ExprEvaluatorEnumeration in com.espertech.esper.epl.declexpr |
---|
Classes in com.espertech.esper.epl.declexpr that implement ExprEvaluatorEnumeration | |
---|---|
class |
ExprDeclaredEvalBase
|
class |
ExprDeclaredEvalNoRewrite
|
class |
ExprDeclaredEvalRewrite
|
Uses of ExprEvaluatorEnumeration in com.espertech.esper.epl.enummethod.dot |
---|
Classes in com.espertech.esper.epl.enummethod.dot that implement ExprEvaluatorEnumeration | |
---|---|
class |
PropertyExprEvaluatorEventCollection
|
class |
PropertyExprEvaluatorScalarArray
|
class |
PropertyExprEvaluatorScalarCollection
|
class |
PropertyExprEvaluatorScalarIterable
|
Uses of ExprEvaluatorEnumeration in com.espertech.esper.epl.enummethod.eval |
---|
Constructors in com.espertech.esper.epl.enummethod.eval with parameters of type ExprEvaluatorEnumeration | |
---|---|
EnumEvalExcept(int numStreams,
ExprEvaluatorEnumeration evaluator,
boolean scalar)
|
|
EnumEvalIntersect(int numStreams,
ExprEvaluatorEnumeration evaluator,
boolean scalar)
|
|
EnumEvalUnion(int numStreams,
ExprEvaluatorEnumeration evaluator,
boolean scalar)
|
Uses of ExprEvaluatorEnumeration in com.espertech.esper.epl.expression |
---|
Classes in com.espertech.esper.epl.expression that implement ExprEvaluatorEnumeration | |
---|---|
class |
ExprAggMultiFunctionLinearAccessNode
|
class |
ExprAggMultiFunctionSortedMinMaxByNode
|
class |
ExprArrayNode
Represents an array in a filter expressiun tree. |
class |
ExprDotEvalRootChild
|
class |
ExprPlugInAggMultiFunctionNode
Represents a custom aggregation function in an expresson tree. |
class |
ExprPreviousNode
Represents the 'prev' previous event function in an expression node tree. |
class |
ExprSubselectAllSomeAnyNode
Represents a subselect in an expression tree. |
class |
ExprSubselectExistsNode
Represents an exists-subselect in an expression tree. |
class |
ExprSubselectInNode
Represents a subselect in an expression tree. |
class |
ExprSubselectNode
Represents a subselect in an expression tree. |
class |
ExprSubselectRowNode
Represents a subselect in an expression tree. |
Methods in com.espertech.esper.epl.expression that return types with arguments of type ExprEvaluatorEnumeration | |
---|---|
static Pair<ExprEvaluatorEnumeration,ExpressionReturnType> |
ExprDotNode.getEnumerationSource(ExprNode inputExpression,
StreamTypeService streamTypeService,
EventAdapterService eventAdapterService,
java.lang.String statementId,
boolean hasEnumerationMethod)
|
static Pair<ExprEvaluatorEnumeration,ExpressionReturnType> |
ExprDotNode.getPropertyEnumerationSource(java.lang.String propertyName,
int streamId,
EventType streamType,
boolean hasEnumerationMethod)
|
Constructors in com.espertech.esper.epl.expression with parameters of type ExprEvaluatorEnumeration | |
---|---|
ExprDotEvalRootChild(ExprEvaluator rootNodeEvaluator,
ExprEvaluatorEnumeration rootLambdaEvaluator,
ExpressionReturnType typeInfo,
ExprDotEval[] evalIteratorEventBean,
ExprDotEval[] evalUnpacking)
|
|
ExprNodeUtilExprEvalStreamNumEnumColl(ExprEvaluatorEnumeration enumeration)
|
|
ExprNodeUtilExprEvalStreamNumEnumSingle(ExprEvaluatorEnumeration enumeration)
|
Uses of ExprEvaluatorEnumeration in com.espertech.esper.epl.script |
---|
Classes in com.espertech.esper.epl.script that implement ExprEvaluatorEnumeration | |
---|---|
class |
ExprNodeScriptEvalBase
|
class |
ExprNodeScriptEvalJSR223
|
class |
ExprNodeScriptEvalMVEL
|
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |