Package | Description |
---|---|
com.espertech.esper.common.client.hook.aggfunc |
Aggregation function (simple) extension API.
|
com.espertech.esper.common.internal.epl.agg.method.plugin | |
com.espertech.esper.common.internal.epl.expression.agg.method | |
com.espertech.esper.common.internal.settings |
Class and Description |
---|
AggregationFunction
Maintains aggregation state applying values as entering and leaving the state.
|
AggregationFunctionFactoryContext
Context for use with plug-in custom aggregation functions that implement
AggregationFunctionFactory . |
AggregationFunctionMode
Describes to the compiler how it should manage code for the aggregation function.
|
AggregationFunctionModeCodeGenerated
Use this class to provide a fully code-generated aggregation function by implementing the internal
AggregatorMethodFactory interface. |
AggregationFunctionModeManaged
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.
|
AggregationFunctionModeMultiParam
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.
|
AggregationFunctionValidationContext
Context for use with plug-in custom aggregation functions that implement
AggregationFunctionForge . |
Class and Description |
---|
AggregationFunctionForge
Compile-time representation of a plug-in aggregation function.
|
AggregationFunctionMode
Describes to the compiler how it should manage code for the aggregation function.
|
AggregationFunctionModeManaged
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.
|
AggregationFunctionModeMultiParam
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.
|
Class and Description |
---|
AggregationFunctionForge
Compile-time representation of a plug-in aggregation function.
|
Class and Description |
---|
AggregationFunctionForge
Compile-time representation of a plug-in aggregation function.
|
Copyright © 2005–2018. All rights reserved.