public class EvalSelectNoWildcardAvro extends Object implements com.espertech.esper.epl.core.SelectExprProcessor
Constructor and Description |
---|
EvalSelectNoWildcardAvro(com.espertech.esper.epl.core.eval.SelectExprContext selectExprContext,
com.espertech.esper.client.EventType resultEventType,
String statementName,
String engineURI) |
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.client.EventType |
getResultEventType() |
com.espertech.esper.client.EventBean |
process(com.espertech.esper.client.EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize,
com.espertech.esper.epl.expression.core.ExprEvaluatorContext exprEvaluatorContext) |
public EvalSelectNoWildcardAvro(com.espertech.esper.epl.core.eval.SelectExprContext selectExprContext, com.espertech.esper.client.EventType resultEventType, String statementName, String engineURI) throws com.espertech.esper.epl.expression.core.ExprValidationException
com.espertech.esper.epl.expression.core.ExprValidationException
public com.espertech.esper.client.EventBean process(com.espertech.esper.client.EventBean[] eventsPerStream, boolean isNewData, boolean isSynthesize, com.espertech.esper.epl.expression.core.ExprEvaluatorContext exprEvaluatorContext)
process
in interface com.espertech.esper.epl.core.SelectExprProcessor
public com.espertech.esper.client.EventType getResultEventType()
getResultEventType
in interface com.espertech.esper.epl.core.SelectExprProcessor