Class OrderByAttribute
- java.lang.Object
-
- io.siddhi.query.api.execution.query.selection.OrderByAttribute
-
- All Implemented Interfaces:
SiddhiElement,Serializable
public class OrderByAttribute extends Object implements SiddhiElement
Query order by attribute- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrderByAttribute.Orderenum for ascending and descending
-
Constructor Summary
Constructors Constructor Description OrderByAttribute(Variable variable)OrderByAttribute(Variable variable, OrderByAttribute.Order order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OrderByAttribute.OrdergetOrder()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()VariablegetVariable()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)
-
-
-
Constructor Detail
-
OrderByAttribute
public OrderByAttribute(Variable variable, OrderByAttribute.Order order)
-
OrderByAttribute
public OrderByAttribute(Variable variable)
-
-
Method Detail
-
getOrder
public OrderByAttribute.Order getOrder()
-
getVariable
public Variable getVariable()
-
getQueryContextStartIndex
public int[] getQueryContextStartIndex()
- Specified by:
getQueryContextStartIndexin interfaceSiddhiElement
-
setQueryContextStartIndex
public void setQueryContextStartIndex(int[] lineAndColumn)
- Specified by:
setQueryContextStartIndexin interfaceSiddhiElement
-
getQueryContextEndIndex
public int[] getQueryContextEndIndex()
- Specified by:
getQueryContextEndIndexin interfaceSiddhiElement
-
setQueryContextEndIndex
public void setQueryContextEndIndex(int[] lineAndColumn)
- Specified by:
setQueryContextEndIndexin interfaceSiddhiElement
-
-