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 SiddhiElement
public void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex
in interface SiddhiElement
public int[] getQueryContextEndIndex()
getQueryContextEndIndex
in interface SiddhiElement
public void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex
in interface SiddhiElement
Copyright © 2018 WSO2. All rights reserved.