Package org.yamcs.yarch.streamsql
Class ValueExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.ValueExpression
This represents a constant value coming from some sql expression
for example: select 3 from x
-
Field Summary
Fields inherited from class org.yamcs.yarch.streamsql.Expression
children, constantValue, hasAggregates, inputDef, type
-
Constructor Summary
-
Method Summary
Methods inherited from class org.yamcs.yarch.streamsql.Expression
addFilter, bind, collectAggregates, collectRequiredInputs, fillCode_Constructor, fillCode_getValueBody, fillCode_InputDefVars, getColumnName, getConstantValue, getType, isAggregate, isConstant, setArgs, setColumnName
-
Constructor Details
-
ValueExpression
-
-
Method Details
-
toString
-
doBind
- Specified by:
doBind
in classExpression
- Throws:
StreamSqlException
-
fillCode_Declarations
- Overrides:
fillCode_Declarations
in classExpression
-
fillCode_getValueReturn
- Specified by:
fillCode_getValueReturn
in classExpression
- Throws:
StreamSqlException
-
compile
- Overrides:
compile
in classExpression
-