Class OutputAttribute
- java.lang.Object
-
- io.siddhi.query.api.execution.query.selection.OutputAttribute
-
- All Implemented Interfaces:
SiddhiElement,Serializable
public class OutputAttribute extends Object implements SiddhiElement
Query output stream attributes- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutputAttribute(Variable variable)OutputAttribute(String rename, Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExpressiongetExpression()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()StringgetRename()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Constructor Detail
-
OutputAttribute
public OutputAttribute(String rename, Expression expression)
-
OutputAttribute
public OutputAttribute(Variable variable)
-
-
Method Detail
-
getRename
public String getRename()
-
getExpression
public Expression getExpression()
-
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
-
-