[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)
Index for filter parameter constants for the comparison operators (less, greater, etc).
The implementation is based on the SortedDictionary implementation of SortedDictionary.
The index only accepts numeric constants. It keeps a lower and upper bounds of all constants in the index
for fast range checking, since the assumption is that frequently values fall within a range.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<DefaultMemberAttribute("Item")> _ Public NotInheritable Class FilterParamIndexCompare _ Inherits FilterParamIndex |
C# |
---|
[DefaultMemberAttribute("Item")] public sealed class FilterParamIndexCompare : FilterParamIndex |
Visual C++ |
---|
[DefaultMemberAttribute(L"Item")] public ref class FilterParamIndexCompare sealed : public FilterParamIndex |