[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)
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter
parameters in filter specifications that feature the same event property and operator.
For example, a filter with a parameter of "count EQUALS 10" would be represented as index
for a property named "count" and for a filter operator typed "EQUALS". The index
would store a value of "10" in its internal structure.
Implementations make sure that the type of the Object constant in get and put calls matches the event property type.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<DefaultMemberAttribute("Item")> _ Public MustInherit Class FilterParamIndex _ Implements EventEvaluator |
C# |
---|
[DefaultMemberAttribute("Item")] public abstract class FilterParamIndex : EventEvaluator |
Visual C++ |
---|
[DefaultMemberAttribute(L"Item")] public ref class FilterParamIndex abstract : EventEvaluator |