public class SelectExprJoinWildcardProcessorFactory
extends java.lang.Object
Constructor and Description |
---|
SelectExprJoinWildcardProcessorFactory() |
Modifier and Type | Method and Description |
---|---|
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)
Ctor.
|
public SelectExprJoinWildcardProcessorFactory()
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) throws ExprValidationException
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 propertiesExprValidationException
- if the expression validation failed