public class Selector extends Object implements SiddhiElement
| Constructor and Description |
|---|
Selector() |
public static Selector selector()
public static BasicSelector basicSelector()
public Selector select(String rename, Expression expression)
public Selector having(Expression havingExpression)
public Selector orderBy(Variable variable, OrderByAttribute.Order order)
public Selector addOrderByList(List<OrderByAttribute> list)
public List<OutputAttribute> getSelectionList()
public Expression getHavingExpression()
public List<OrderByAttribute> getOrderByList()
public Constant getLimit()
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 © 2018 WSO2. All rights reserved.