Uses of Interface
com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionMode
Packages that use AggregationFunctionMode
Package
Description
Aggregation function (simple) extension API.
-
Uses of AggregationFunctionMode in com.espertech.esper.common.client.hook.aggfunc
Classes in com.espertech.esper.common.client.hook.aggfunc that implement AggregationFunctionModeModifier and TypeClassDescriptionclass
Use this class to provide a fully code-generated aggregation function by implementing the internalAggregatorMethodFactory
interface.class
Use this class to provide an aggregation function wherein there is no need to write code that generates code, wherein the aggregation function takes a single parameter and wherein the compiler handles filtering and distinct.class
Use this class to provide an aggregation function wherein there is no need to write code that generates code, wherein the aggregation function takes a multiple parameters and wherein the compiler does not handle filtering and distinct.Methods in com.espertech.esper.common.client.hook.aggfunc that return AggregationFunctionModeModifier and TypeMethodDescriptionAggregationFunctionForge.getAggregationFunctionMode()
Describes to the compiler how it should manage code for the aggregation function.