 | AggregationMultiFunctionValidationContext Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.hook.aggmultifunc
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic AggregationMultiFunctionValidationContext(
string functionName,
EventType[] eventTypes,
ExprNode[] parameterExpressions,
string statementName,
ExprValidationContext validationContext,
ConfigurationCompilerPlugInAggregationMultiFunction config,
TableMetadataColumnAggregation optionalTableColumnRead,
ExprNode[] allParameterExpressions,
ExprNode optionalFilterExpression
)
Parameters
- functionName
- Type: SystemString
function name - eventTypes
- Type: com.espertech.esper.common.clientEventType
event types - parameterExpressions
- Type: ExprNode
expressions - statementName
- Type: SystemString
statement name - validationContext
- Type: ExprValidationContext
validation context - config
- Type: com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInAggregationMultiFunction
configuration - optionalTableColumnRead
- Type: TableMetadataColumnAggregation
optional table column name - allParameterExpressions
- Type: ExprNode
all parameters - optionalFilterExpression
- Type: ExprNode
optional filter parameter
See Also