com.espertech.esper.epl.core
Class SelectExprJoinWildcardProcessorFactory

java.lang.Object
  extended by com.espertech.esper.epl.core.SelectExprJoinWildcardProcessorFactory

public class SelectExprJoinWildcardProcessorFactory
extends java.lang.Object


Constructor Summary
SelectExprJoinWildcardProcessorFactory()
           
 
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
 

Constructor Detail

SelectExprJoinWildcardProcessorFactory

public SelectExprJoinWildcardProcessorFactory()
Method Detail

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 stream
streamTypes - - type of each stream
eventAdapterService - - service for generating events and handling event types
insertIntoDesc - - describes the insert-into clause
selectExprEventTypeRegistry - - registry for event type to statements
methodResolutionService - - for resolving writable properties
Throws:
ExprValidationException - if the expression validation failed

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com