![]() | ConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum Class |
Namespace: com.espertech.esper.common.client.configuration.compiler
public sealed class FilterOptimizableEnum : Enum
The ConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DISABLED |
The runtimedoes not consider the single-row function for optimizing evaluation: The function gets evaluated for
each event possibly multiple times.
|
![]() ![]() | ENABLED |
The runtimeconsiders the single-row function for optimizing evaluation: The function gets evaluated only once per
event.
|
![]() | value__ |