Package org.yamcs.yarch.streamsql.funct
Class CountExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.AggregateExpression
org.yamcs.yarch.streamsql.CompilableAggregateExpression
org.yamcs.yarch.streamsql.funct.CountExpression
-
Field Summary
Fields inherited from class org.yamcs.yarch.streamsql.Expression
children, constantValue, hasAggregates, inputDef, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
doBind()
Methods inherited from class org.yamcs.yarch.streamsql.CompilableAggregateExpression
collectRequiredInputs, getCompiledAggregate
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, fillCode_Constructor, fillCode_Declarations, fillCode_getValueBody, fillCode_InputDefVars, getColumnName, getConstantValue, getType, isConstant, setArgs, setColumnName
-
Constructor Details
-
CountExpression
- Throws:
ParseException
-
-
Method Details
-
doBind
- Specified by:
doBind
in classExpression
- Throws:
StreamSqlException
-
aggregateFillCode_Declarations
- Specified by:
aggregateFillCode_Declarations
in classCompilableAggregateExpression
-
aggregateFillCode_clear
- Specified by:
aggregateFillCode_clear
in classCompilableAggregateExpression
-
aggregateFillCode_getValue
- Specified by:
aggregateFillCode_getValue
in classCompilableAggregateExpression
-
aggregateFillCode_newData
- Specified by:
aggregateFillCode_newData
in classCompilableAggregateExpression
- Throws:
StreamSqlException
-