[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Utility class for matching filter parameters to indizes. Matches are indicated by the index net.esper.filter.FilterParamIndex and the filter parameter net.esper.filter.FilterSpecParam featuring the same event property name and filter operator.

Namespace: net.esper.filter
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class IndexHelper
C#
public class IndexHelper
Visual C++
public ref class IndexHelper

Inheritance Hierarchy

System.Object
  net.esper.filter.IndexHelper

See Also