Package org.yamcs.yarch.streamsql
Class AndExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.AndExpression
-
Field Summary
Fields inherited from class org.yamcs.yarch.streamsql.Expression
children, constantValue, hasAggregates, inputDef, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFilter(FilterableTarget tableStream) add a filter to the table if applicable.voiddoBind()voidtoString()Methods inherited from class org.yamcs.yarch.streamsql.Expression
bind, collectAggregates, collectRequiredInputs, compile, fillCode_Constructor, fillCode_Declarations, fillCode_getValueBody, fillCode_InputDefVars, getColumnName, getConstantValue, getType, isAggregate, isConstant, setArgs, setColumnName
-
Constructor Details
-
AndExpression
- Throws:
ParseException
-
-
Method Details
-
addFilter
Description copied from class:Expressionadd a filter to the table if applicable.- Overrides:
addFilterin classExpression- Throws:
StreamSqlException
-
fillCode_getValueReturn
- Specified by:
fillCode_getValueReturnin classExpression- Throws:
StreamSqlException
-
doBind
- Specified by:
doBindin classExpression- Throws:
StreamSqlException
-
toString
-