Uses of Class
com.espertech.esper.epl.core.eval.SelectExprStreamDesc

Packages that use SelectExprStreamDesc
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 SelectExprStreamDesc in com.espertech.esper.epl.core
 

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

Constructor parameters in com.espertech.esper.epl.core with type arguments of type SelectExprStreamDesc
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, int statementId, java.lang.annotation.Annotation[] annotations, ConfigurationInformation configuration, NamedWindowMgmtService namedWindowMgmtService, TableService tableService, com.espertech.esper.epl.core.GroupByRollupInfo groupByRollupInfo)
          Ctor.
 

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

Constructor parameters in com.espertech.esper.epl.core.eval with type arguments of type SelectExprStreamDesc
EvalSelectStreamWUnderlying(SelectExprContext selectExprContext, EventType resultEventType, java.util.List<SelectClauseStreamCompiledSpec> namedStreams, boolean usingWildcard, java.util.List<SelectExprStreamDesc> unnamedStreams, boolean singleStreamWrapper, boolean underlyingIsFragmentEvent, int underlyingStreamNumber, EventPropertyGetter underlyingPropertyEventGetter, ExprEvaluator underlyingExprEvaluator, TableMetadata tableMetadata)
           
 


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