Package | Description |
---|---|
org.wso2.siddhi.core.projector | |
org.wso2.siddhi.query.api | |
org.wso2.siddhi.query.api.query | |
org.wso2.siddhi.query.api.query.projection | |
org.wso2.siddhi.query.compiler |
Constructor and Description |
---|
QueryProjector(String outputStreamId,
Projector projector,
List<QueryEventStream> queryEventStreamList) |
Modifier and Type | Method and Description |
---|---|
static Projector |
QueryFactory.outputProjector() |
Modifier and Type | Method and Description |
---|---|
Projector |
Query.getProjector() |
Modifier and Type | Method and Description |
---|---|
Query |
Query.project(Projector projector) |
Modifier and Type | Method and Description |
---|---|
Projector |
Projector.addGroupByList(List<Variable> list) |
Projector |
Projector.addProjectionList(List<OutputAttribute> projectionList) |
Projector |
Projector.call(String callName,
Object... parameters) |
Projector |
Projector.groupBy(String attributeName) |
Projector |
Projector.groupBy(String streamId,
String attributeName) |
Projector |
Projector.having(Condition condition) |
Projector |
Projector.project(String rename,
Expression expression) |
Projector |
Projector.project(String rename,
String aggregationName,
Expression... expressions) |
Modifier and Type | Method and Description |
---|---|
Projector |
SiddhiQLGrammarWalker.outputProjection() |
Copyright © 2012. All Rights Reserved.