Click or drag to resize

FilterOptimizableEnum Fields

The ConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDISABLED
The runtimedoes not consider the single-row function for optimizing evaluation: The function gets evaluated for each event possibly multiple times.
Public fieldStatic memberENABLED
The runtimeconsiders the single-row function for optimizing evaluation: The function gets evaluated only once per event.
Public fieldvalue__
Top
See Also