Uses of Interface
net.esper.eql.expression.StreamTypeService

Packages that use StreamTypeService
net.esper.eql.expression   
 

Uses of StreamTypeService in net.esper.eql.expression
 

Classes in net.esper.eql.expression that implement StreamTypeService
 class StreamTypeServiceImpl
          Implementation that provides stream number and property type information.
 

Methods in net.esper.eql.expression with parameters of type StreamTypeService
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, StreamTypeService typeService, OutputLimitSpec outputLimitSpec)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList, StreamTypeService typeService)
          Returns the processor to use for a given select-clause.
protected static Pair<PropertyResolutionDescriptor,java.lang.String> ExprIdentNode.getTypeFromStream(StreamTypeService streamTypeService, java.lang.String unresolvedPropertyName, java.lang.String streamOrPropertyName)
          Determine stream id and property type given an unresolved property name and a stream name that may also be part of the property name.
 void ExprValidator.validate(StreamTypeService streamTypeService)
          Validate node.
 void ExprSumNode.validate(StreamTypeService streamTypeService)
           
 void ExprStddevNode.validate(StreamTypeService streamTypeService)
           
 void ExprRelationalOpNode.validate(StreamTypeService streamTypeService)
           
 void ExprOrNode.validate(StreamTypeService streamTypeService)
           
 void ExprMinMaxRowNode.validate(StreamTypeService streamTypeService)
           
 void ExprMinMaxAggrNode.validate(StreamTypeService streamTypeService)
           
 void ExprMedianNode.validate(StreamTypeService streamTypeService)
           
 void ExprMathNode.validate(StreamTypeService streamTypeService)
           
 void ExprIdentNode.validate(StreamTypeService streamTypeService)
           
 void ExprEqualsNode.validate(StreamTypeService streamTypeService)
           
 void ExprCountNode.validate(StreamTypeService streamTypeService)
           
 void ExprConstantNode.validate(StreamTypeService streamTypeService)
           
 void ExprAvgNode.validate(StreamTypeService streamTypeService)
           
 void ExprAvedevNode.validate(StreamTypeService streamTypeService)
           
 void ExprAndNode.validate(StreamTypeService streamTypeService)
           
 void ExprNode.validateDescendents(StreamTypeService streamTypeService)
          Executes validate on filter tree node descendants.
protected  java.lang.Class ExprAggregateNode.validateSingleNumericChild(StreamTypeService streamTypeService)
          For use by implementing classes, validates the aggregation node expecting a single numeric-type child node.