|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.property.PropertyEvaluatorSelect
public class PropertyEvaluatorSelect
Property evaluator that considers a select-clauses and relies on an accumulative property evaluator that presents events for all columns and rows.
Constructor Summary | |
---|---|
PropertyEvaluatorSelect(SelectExprProcessor selectExprProcessor,
PropertyEvaluatorAccumulative accumulative)
Ctor. |
Method Summary | |
---|---|
boolean |
compareTo(PropertyEvaluator otherFilterPropertyEval)
Compare to another property evaluator. |
EventType |
getFragmentEventType()
Returns the result type of the events generated by evaluating a property expression. |
EventBean[] |
getProperty(EventBean theEvent,
ExprEvaluatorContext exprEvaluatorContext)
Returns the result events based on property values, or null if none found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyEvaluatorSelect(SelectExprProcessor selectExprProcessor, PropertyEvaluatorAccumulative accumulative)
selectExprProcessor
- evaluates the select clauseaccumulative
- provides property events for input eventsMethod Detail |
---|
public EventBean[] getProperty(EventBean theEvent, ExprEvaluatorContext exprEvaluatorContext)
PropertyEvaluator
getProperty
in interface PropertyEvaluator
theEvent
- to inspectexprEvaluatorContext
- expression evaluation context
public EventType getFragmentEventType()
PropertyEvaluator
getFragmentEventType
in interface PropertyEvaluator
public boolean compareTo(PropertyEvaluator otherFilterPropertyEval)
PropertyEvaluator
compareTo
in interface PropertyEvaluator
otherFilterPropertyEval
- other
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |