public class Selector extends Object implements SiddhiElement
| Constructor and Description |
|---|
Selector() |
| Modifier and Type | Method and Description |
|---|---|
Selector |
addGroupByList(List<Variable> list) |
Selector |
addSelectionList(List<OutputAttribute> projectionList) |
static BasicSelector |
basicSelector() |
boolean |
equals(Object o) |
List<Variable> |
getGroupByList() |
Expression |
getHavingExpression() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
List<OutputAttribute> |
getSelectionList() |
Selector |
groupBy(Variable variable) |
int |
hashCode() |
Selector |
having(Expression havingExpression) |
Selector |
select(String rename,
Expression expression) |
Selector |
select(Variable variable) |
static Selector |
selector() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public static Selector selector()
public static BasicSelector basicSelector()
public Selector select(String rename, Expression expression)
public Selector having(Expression havingExpression)
public List<OutputAttribute> getSelectionList()
public Expression getHavingExpression()
public Selector addSelectionList(List<OutputAttribute> projectionList)
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2017 WSO2. All rights reserved.