Click or drag to resize

FromClause Constructor (Stream, OuterJoinQualifier, Stream)

Ctor for an outer join between two streams.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public FromClause(
	Stream streamOne,
	OuterJoinQualifier outerJoinQualifier,
	Stream streamTwo
)

Parameters

streamOne
Type: com.espertech.esper.common.client.sodaStream
first stream in outer join
outerJoinQualifier
Type: com.espertech.esper.common.client.sodaOuterJoinQualifier
type of outer join and fields joined on
streamTwo
Type: com.espertech.esper.common.client.sodaStream
second stream in outer join
See Also