|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSpec | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.eql.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
Uses of StreamSpec in net.esper.core |
---|
Method parameters in net.esper.core with type arguments of type StreamSpec | |
---|---|
protected static String[] |
EPEQLStmtStartMethod.determineStreamNames(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(InsertIntoDesc insertIntoDesc,
List<SelectExprElement> selectionList,
List<StreamSpec> streams,
List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
List<ExprNode> groupByNodes,
ExprNode optionalHavingNode,
OutputLimitSpec optionalOutputLimitViewSpecs,
List<Pair<ExprNode,Boolean>> orderByNodes,
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 | |
---|---|
List<StreamSpec> |
EQLTreeWalker.getStreamSpecs()
Returns the FROM-clause stream definitions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |