Uses of Interface
com.espertech.esper.plugin.PlugInAggregationMultiFunctionFactory

Packages that use PlugInAggregationMultiFunctionFactory
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.epl.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
com.espertech.esper.epl.spec 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. 
 

Uses of PlugInAggregationMultiFunctionFactory in com.espertech.esper.epl.expression
 

Constructors in com.espertech.esper.epl.expression with parameters of type PlugInAggregationMultiFunctionFactory
ExprPlugInAggMultiFunctionNode(boolean distinct, ConfigurationPlugInAggregationMultiFunction config, PlugInAggregationMultiFunctionFactory pluginAggregationMultiFunctionFactory, java.lang.String functionName)
          Ctor.
 

Uses of PlugInAggregationMultiFunctionFactory in com.espertech.esper.epl.parse
 

Method parameters in com.espertech.esper.epl.parse with type arguments of type PlugInAggregationMultiFunctionFactory
static ExprNode ASTAggregationHelper.tryResolveAsAggregation(EngineImportService engineImportService, boolean distinct, java.lang.String functionName, LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations, java.lang.String engineURI)
           
 

Uses of PlugInAggregationMultiFunctionFactory in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type PlugInAggregationMultiFunctionFactory
 LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> StatementSpecMapContext.getPlugInAggregations()
           
 


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