Click or drag to resize

ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnumENABLED Field

Causes the runtimeto not actually invoke the single-row function and instead return a cached precomputed value when all parameters are constants or there are no parameters.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public const ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum ENABLED = 1

Field Value

Type: ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum
See Also