[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Constructs the index for matching comparison operators (<, >, <=, >=).
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ propertyName As String, _ filterOperator As FilterOperator, _ eventType As EventType _ ) |
C# |
---|
public FilterParamIndexCompare ( string propertyName, FilterOperator filterOperator, EventType eventType ) |
Visual C++ |
---|
public: FilterParamIndexCompare ( String^ propertyName, FilterOperator filterOperator, EventType^ eventType ) |
Parameters
- propertyName
- System.String
is the name of the event attribute field
- filterOperator
- net.esper.filter.FilterOperator
is the type of relational comparison operator
- eventType
- net.esper.events.EventType
describes the event type and is used to obtain a getter instance for the property for fast get value access.