Click or drag to resize

FromClauseCreate Method (Stream)

Creates a from clause that selects from a single stream.

Use to create filter-based streams to add.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static FromClause Create(
	params Stream[] streams
)

Parameters

streams
Type: com.espertech.esper.common.client.sodaStream
is one or more streams to add to the from clause.

Return Value

Type: FromClause
from clause
See Also