Uses of Class
com.espertech.esper.epl.spec.SelectClauseExprCompiledSpec

Packages that use SelectClauseExprCompiledSpec
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.core.eval Select expression evaluators. 
 

Uses of SelectClauseExprCompiledSpec in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return types with arguments of type SelectClauseExprCompiledSpec
 java.util.List<SelectClauseExprCompiledSpec> SelectExprProcessorFactory.SelectExprBuckets.getExpressions()
           
 

Method parameters in com.espertech.esper.epl.core with type arguments of type SelectClauseExprCompiledSpec
static OrderByProcessorFactory OrderByProcessorFactoryFactory.getProcessor(java.util.List<SelectClauseExprCompiledSpec> selectionList, ExprNode[] groupByNodes, java.util.List<OrderByItem> orderByList, RowLimitSpec rowLimitSpec, VariableService variableService, boolean isSortUsingCollator)
          Returns processor for order-by clauses.
 

Constructor parameters in com.espertech.esper.epl.core with type arguments of type SelectClauseExprCompiledSpec
SelectExprProcessorFactory.SelectExprBuckets(java.util.List<SelectClauseExprCompiledSpec> expressions, java.util.List<SelectExprStreamDesc> selectedStreams)
           
SelectExprProcessorHelper(java.util.Collection<java.lang.Integer> assignedTypeNumberStack, java.util.List<SelectClauseExprCompiledSpec> selectionList, java.util.List<SelectExprStreamDesc> selectedStreams, InsertIntoDesc insertIntoDesc, boolean isUsingWildcard, StreamTypeService typeService, EventAdapterService eventAdapterService, ValueAddEventService valueAddEventService, SelectExprEventTypeRegistry selectExprEventTypeRegistry, MethodResolutionService methodResolutionService, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, ConfigurationInformation configuration)
          Ctor.
 

Uses of SelectClauseExprCompiledSpec in com.espertech.esper.epl.core.eval
 

Methods in com.espertech.esper.epl.core.eval that return SelectClauseExprCompiledSpec
 SelectClauseExprCompiledSpec SelectExprStreamDesc.getExpressionSelectedAsStream()
           
 

Constructors in com.espertech.esper.epl.core.eval with parameters of type SelectClauseExprCompiledSpec
EvalSelectStreamWUnderlyingRecastBean(SelectExprContext selectExprContext, SelectClauseExprCompiledSpec expressionSelectedAsStream, EventType underlyingEventType, EventType targetType, int numAdditionalExpressions)
           
SelectExprStreamDesc(SelectClauseExprCompiledSpec expressionSelectedAsStream)
           
 


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