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

Analyzes a filter expression and builds a query graph model. The 'equals' and 'and' expressions in the filter expression are extracted and placed in the query graph model as navigable relationships (by key and index properties) between streams.

Namespace: net.esper.eql.join.plan
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.eql.join.plan.FilterExprAnalyzer