|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.core.SelectExprJoinWildcardProcessor
public class SelectExprJoinWildcardProcessor
Processor for select-clause expressions that handles wildcards. Computes results based on matching events.
Constructor Summary | |
---|---|
SelectExprJoinWildcardProcessor(String[] streamNames,
EventType[] streamTypes,
EventAdapterService eventAdapterService,
InsertIntoDesc insertIntoDesc)
Ctor. |
Method Summary | |
---|---|
EventType |
getResultEventType()
Returns the event type that represents the select-clause items. |
EventBean |
process(EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize)
Computes the select-clause results and returns an event of the result event type that contains, in it's properties, the selected items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectExprJoinWildcardProcessor(String[] streamNames, EventType[] streamTypes, EventAdapterService eventAdapterService, InsertIntoDesc insertIntoDesc) throws ExprValidationException
streamNames
- - name of each streamstreamTypes
- - type of each streameventAdapterService
- - service for generating events and handling event typesinsertIntoDesc
- - describes the insert-into clause
ExprValidationException
- if the expression validation failedMethod Detail |
---|
public EventBean process(EventBean[] eventsPerStream, boolean isNewData, boolean isSynthesize)
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 set
public EventType getResultEventType()
SelectExprProcessor
getResultEventType
in interface SelectExprProcessor
|
© 2007 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 |