[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)
Ctor.
Namespace: net.esper.eql.join
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ myStreamNumber As Integer, _ historicalStreamNumber As Integer, _ historicalEventViewable As HistoricalEventViewable, _ isOuterJoin As Boolean, _ outerJoinCompareNode As ExprEqualsNode _ ) |
C# |
---|
public HistoricalDataQueryStrategy ( int myStreamNumber, int historicalStreamNumber, HistoricalEventViewable historicalEventViewable, bool isOuterJoin, ExprEqualsNode outerJoinCompareNode ) |
Visual C++ |
---|
public: HistoricalDataQueryStrategy ( int myStreamNumber, int historicalStreamNumber, HistoricalEventViewable^ historicalEventViewable, bool isOuterJoin, ExprEqualsNode^ outerJoinCompareNode ) |
Parameters
- myStreamNumber
- System.Int32
is the strategy's stream number
- historicalStreamNumber
- System.Int32
is the stream number of the view to be polled
- historicalEventViewable
- net.esper.view.HistoricalEventViewable
is the view to be polled from
- isOuterJoin
- System.Boolean
is this is an outer join
- outerJoinCompareNode
- net.esper.eql.expression.ExprEqualsNode
is the node to perform the on-comparison for outer joins