Package | Description |
---|---|
com.espertech.esper.common.client.hook.aggfunc |
Aggregation function (simple) extension API.
|
com.espertech.esper.common.internal.epl.agg.method.plugin |
Modifier and Type | Class and Description |
---|---|
class |
AggregationFunctionModeCodeGenerated
Use this class to provide a fully code-generated aggregation function by implementing the internal
AggregatorMethodFactory interface. |
class |
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.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
AggregationFunctionMode |
AggregationFunctionForge.getAggregationFunctionMode()
Describes to the compiler how it should manage code for the aggregation function.
|
Modifier and Type | Method and Description |
---|---|
AggregationFunctionMode |
AggregationForgeFactoryPlugin.getMode() |
Constructor and Description |
---|
AggregationForgeFactoryPlugin(ExprPlugInAggNode parent,
AggregationFunctionForge aggregationFunctionForge,
AggregationFunctionMode mode,
EPType aggregatedValueType,
DataInputOutputSerdeForge distinctSerde) |
Copyright © 2005–2021. All rights reserved.