Uses of Package
com.espertech.esper.common.client.hook.aggfunc
Packages that use com.espertech.esper.common.client.hook.aggfunc
Package
Description
Aggregation function (simple) extension API.
-
Classes in com.espertech.esper.common.client.hook.aggfunc used by com.espertech.esper.common.client.hook.aggfuncClassDescriptionMaintains aggregation state applying values as entering and leaving the state.Context for use with plug-in custom aggregation functions that implement
AggregationFunctionFactory
.Describes to the compiler how it should manage code for the aggregation function.Use this class to provide a fully code-generated aggregation function by implementing the internalAggregatorMethodFactory
interface.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.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.Context for use with plug-in custom aggregation functions that implementAggregationFunctionForge
. -
Classes in com.espertech.esper.common.client.hook.aggfunc used by com.espertech.esper.common.internal.epl.agg.method.pluginClassDescriptionCompile-time representation of a plug-in aggregation function.Describes to the compiler how it should manage code for the aggregation function.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.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.
-
Classes in com.espertech.esper.common.client.hook.aggfunc used by com.espertech.esper.common.internal.epl.expression.agg.methodClassDescriptionCompile-time representation of a plug-in aggregation function.
-
Classes in com.espertech.esper.common.client.hook.aggfunc used by com.espertech.esper.common.internal.settingsClassDescriptionCompile-time representation of a plug-in aggregation function.