public class EvalSelectStreamNoUnderlyingMap extends EvalSelectStreamBaseMap implements SelectExprProcessor
Constructor and Description |
---|
EvalSelectStreamNoUnderlyingMap(SelectExprContext selectExprContext,
EventType resultEventType,
java.util.List<SelectClauseStreamCompiledSpec> namedStreams,
boolean usingWildcard) |
Modifier and Type | Method and Description |
---|---|
EventBean |
processSpecific(java.util.Map<java.lang.String,java.lang.Object> props,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext) |
process
getResultEventType, getSelectExprContext
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResultEventType, process
public EvalSelectStreamNoUnderlyingMap(SelectExprContext selectExprContext, EventType resultEventType, java.util.List<SelectClauseStreamCompiledSpec> namedStreams, boolean usingWildcard)
public EventBean processSpecific(java.util.Map<java.lang.String,java.lang.Object> props, EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext)
processSpecific
in class EvalSelectStreamBaseMap