![]() | ProjectedStream Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public abstract class ProjectedStream : Stream
The ProjectedStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProjectedStream |
Ctor.
|
![]() | ProjectedStream(IListT, Void) | Initializes a new instance of the ProjectedStream class |
Name | Description | |
---|---|---|
![]() | IsRetainIntersection |
Returns true if multiple data window shall be treated as an intersection.
|
![]() | IsRetainUnion |
Returns true if multiple data window shall be treated as a union.
|
![]() | IsUnidirectional |
Returns true if the stream as unidirectional, for use in unidirectional joins.
|
![]() | StreamName |
Returns the stream name.
(Inherited from Stream.) |
![]() | Views |
Returns the list of views added to the stream.
|
Name | Description | |
---|---|---|
![]() | AddView(View) |
Add a view to the stream.
|
![]() | AddView(String, Expression) |
Adds a parameterized view to the stream.
|
![]() | AddView(String, String) |
Adds an un-parameterized view to the stream.
|
![]() | AddView(String, String, Expression) |
Adds a parameterized view to the stream.
|
![]() | AddView(String, String, IListT) | |
![]() | ToEPL |
Renders the clause in textual representation.
(Inherited from Stream.) |
![]() | ToEPLProjectedStream |
Represent as textual.
|
![]() | ToEPLProjectedStreamType |
Represent type as textual non complete.
|
![]() | ToEPLStream |
Renders the clause in textual representation.
(Overrides StreamToEPLStream(TextWriter, EPStatementFormatter).) |
![]() | ToEPLStreamOptions | (Overrides StreamToEPLStreamOptions(TextWriter).) |
![]() | ToEPLStreamType | (Overrides StreamToEPLStreamType(TextWriter).) |
![]() ![]() | ToEPLViews | |
![]() | Unidirectional |
Set to unidirectional.
|