com.espertech.esper.epl.core
Class SelectExprJoinWildcardProcessorFactory
java.lang.Object
com.espertech.esper.epl.core.SelectExprJoinWildcardProcessorFactory
public class SelectExprJoinWildcardProcessorFactory
- extends java.lang.Object
Method Summary |
static SelectExprProcessor |
create(java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
java.lang.String statementId,
java.lang.String[] streamNames,
EventType[] streamTypes,
EventAdapterService eventAdapterService,
InsertIntoDesc insertIntoDesc,
SelectExprEventTypeRegistry selectExprEventTypeRegistry,
MethodResolutionService methodResolutionService,
java.lang.annotation.Annotation[] annotations,
ConfigurationInformation configuration,
TableService tableService)
Ctor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectExprJoinWildcardProcessorFactory
public SelectExprJoinWildcardProcessorFactory()
create
public static SelectExprProcessor create(java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
java.lang.String statementId,
java.lang.String[] streamNames,
EventType[] streamTypes,
EventAdapterService eventAdapterService,
InsertIntoDesc insertIntoDesc,
SelectExprEventTypeRegistry selectExprEventTypeRegistry,
MethodResolutionService methodResolutionService,
java.lang.annotation.Annotation[] annotations,
ConfigurationInformation configuration,
TableService tableService)
throws ExprValidationException
- Ctor.
- Parameters:
streamNames
- - name of each streamstreamTypes
- - type of each streameventAdapterService
- - service for generating events and handling event typesinsertIntoDesc
- - describes the insert-into clauseselectExprEventTypeRegistry
- - registry for event type to statementsmethodResolutionService
- - for resolving writable properties
- Throws:
ExprValidationException
- if the expression validation failed