Package org.yamcs.yarch.streamsql
Class ArgumentExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.ArgumentExpression
- All Implemented Interfaces:
CompiledExpression
This corresponds to an ? argument passed to a query
-
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, compile, fillCode_Constructor, fillCode_Declarations, fillCode_getValueBody, fillCode_InputDefVars, getColumnName, getConstantValue, getType, isAggregate, isConstant, setArgs, setColumnName
-
Constructor Details
-
ArgumentExpression
-
-
Method Details
-
doBind
- Specified by:
doBind
in classExpression
- Throws:
StreamSqlException
-
fillCode_getValueReturn
- Specified by:
fillCode_getValueReturn
in classExpression
- Throws:
StreamSqlException
-
getDefinition
- Specified by:
getDefinition
in interfaceCompiledExpression
-
getValue
- Specified by:
getValue
in interfaceCompiledExpression
-