|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSpec | |
---|---|
net.esper.core | |
net.esper.eql.parse |
Uses of StreamSpec in net.esper.core |
---|
Method parameters in net.esper.core with type arguments of type StreamSpec | |
---|---|
protected static java.lang.String[] |
EPEQLStmtStartMethod.determineStreamNames(java.util.List<StreamSpec> streams)
Returns a stream name assigned for each stream, generated if none was supplied. |
Constructor parameters in net.esper.core with type arguments of type StreamSpec | |
---|---|
EPEQLStmtStartMethod(java.util.List<SelectExprElement> selectionList,
java.util.List<StreamSpec> streams,
java.util.List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
java.util.List<ExprNode> groupByNodes,
ExprNode optionalHavingNode,
OutputLimitSpec optionalOutputLimitViewSpecs,
java.lang.String eqlStatement,
EPServicesContext services)
Ctor. |
Uses of StreamSpec in net.esper.eql.parse |
---|
Methods in net.esper.eql.parse that return types with arguments of type StreamSpec | |
---|---|
java.util.List<StreamSpec> |
EQLTreeWalker.getStreamSpecs()
Returns the FROM-clause stream definitions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |