public class SelectEvalWildcardNonJoinImpl extends Object implements SelectExprProcessor
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
EPTYPEARRAY
Constructor and Description |
---|
SelectEvalWildcardNonJoinImpl(StatementResultService statementResultService) |
Modifier and Type | Method and Description |
---|---|
EventBean |
process(EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize,
ExprEvaluatorContext exprEvalCtx)
Computes the select-clause results and returns an event of the result event type that contains, in it's
properties, the selected items.
|
public static final EPTypeClass EPTYPE
public SelectEvalWildcardNonJoinImpl(StatementResultService statementResultService)
public EventBean process(EventBean[] eventsPerStream, boolean isNewData, boolean isSynthesize, ExprEvaluatorContext exprEvalCtx)
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 setexprEvalCtx
- contextCopyright © 2005–2021. All rights reserved.