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, java.lang.String optionalContextName)
          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, EventType optionalInsertIntoOverrideType, boolean isUsingWildcard, StreamTypeService typeService, EventAdapterService eventAdapterService, ValueAddEventService valueAddEventService, SelectExprEventTypeRegistry selectExprEventTypeRegistry, MethodResolutionService methodResolutionService, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, ConfigurationInformation configuration, NamedWindowService namedWindowService, TableService tableService)
          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
SelectExprStreamDesc(SelectClauseExprCompiledSpec expressionSelectedAsStream)
           
 


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