public class SelectExprWildcardProcessor extends Object implements SelectExprProcessor
Constructor and Description |
---|
SelectExprWildcardProcessor(EventType eventType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
getResultEventType()
Returns the event type that represents the select-clause items.
|
EventBean |
process(EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize,
ExprEvaluatorContext exprEvaluatorContext)
Computes the select-clause results and returns an event of the result event type that contains, in it's
properties, the selected items.
|
public SelectExprWildcardProcessor(EventType eventType) throws ExprValidationException
eventType
- is the type of event this processor producesExprValidationException
- if the expression validation failedpublic EventBean process(EventBean[] eventsPerStream, boolean isNewData, boolean isSynthesize, ExprEvaluatorContext exprEvaluatorContext)
SelectExprProcessor
process
in interface SelectExprProcessor
eventsPerStream
- - is per stream the eventisNewData
- - indicates whether we are dealing with new data (istream) or old data (rstream)isSynthesize
- - set to true to indicate that synthetic events are required for an iterator result setexprEvaluatorContext
- contextpublic EventType getResultEventType()
SelectExprProcessor
getResultEventType
in interface SelectExprProcessor