Constructor and Description |
---|
GroupByOutputAttributeGenerator(List<Variable> groupByList,
List<QueryEventStream> queryEventStreamList) |
Modifier and Type | Method and Description |
---|---|
static Variable |
Expression.variable(String attributeName) |
static Variable |
Expression.variable(String streamId,
int position,
String attributeName) |
static Variable |
Expression.variable(String streamId,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
Projector.getGroupByList() |
Modifier and Type | Method and Description |
---|---|
Projector |
Projector.addGroupByList(List<Variable> list) |
Modifier and Type | Method and Description |
---|---|
Variable |
SiddhiQLGrammarWalker.attributeVariable() |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
SiddhiQLGrammarWalker.groupBy() |
Copyright © 2012. All Rights Reserved.