Package org.yamcs.yarch.streamsql
Class AggregateListExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.AggregateExpression
org.yamcs.yarch.streamsql.AggregateListExpression
-
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.AggregateExpression
bind, bindAggregate, compile, fillCode_getValueReturn, isAggregate
Methods inherited from class org.yamcs.yarch.streamsql.Expression
addFilter, collectAggregates, collectRequiredInputs, fillCode_Constructor, fillCode_Declarations, fillCode_getValueBody, fillCode_InputDefVars, getColumnName, getConstantValue, getType, isConstant, setArgs, setColumnName
-
Constructor Details
-
AggregateListExpression
- Throws:
ParseException
-
-
Method Details
-
doBind
- Specified by:
doBind
in classExpression
- Throws:
StreamSqlException
-
getCompiledAggregate
- Specified by:
getCompiledAggregate
in classAggregateExpression
- Throws:
StreamSqlException
-