[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)
This class contains the state of a single filter expression in the evaluation state tree.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class EvalFilterStateNode _ Inherits EvalStateNode _ Implements FilterCallback |
C# |
---|
public sealed class EvalFilterStateNode : EvalStateNode, FilterCallback |
Visual C++ |
---|
public ref class EvalFilterStateNode sealed : public EvalStateNode, FilterCallback |