Uses of Class
net.esper.eql.agg.AggregationSupport

Packages that use AggregationSupport
net.esper.eql.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.expression This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
 

Uses of AggregationSupport in net.esper.eql.core
 

Methods in net.esper.eql.core that return AggregationSupport
 AggregationSupport MethodResolutionServiceImpl.makePlugInAggregator(String functionName)
           
 AggregationSupport MethodResolutionService.makePlugInAggregator(String name)
          Makes a new plug-in aggregation instance by name.
 AggregationSupport MethodResolutionServiceImpl.resolveAggregation(String functionName)
           
 AggregationSupport MethodResolutionService.resolveAggregation(String functionName)
          Returns a plug-in aggregation method for a given configured aggregation function name.
 AggregationSupport EngineImportServiceImpl.resolveAggregation(String name)
           
 AggregationSupport EngineImportService.resolveAggregation(String functionName)
          Used at statement compile-time to try and resolve a given function name into an aggregation method.
 

Uses of AggregationSupport in net.esper.eql.expression
 

Constructors in net.esper.eql.expression with parameters of type AggregationSupport
ExprPlugInAggFunctionNode(boolean distinct, AggregationSupport aggregationSupport, String functionName)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com