Package org.yamcs.yarch.streamsql
Class InExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.InExpression
-
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.protected voiddoBind()protected voidprotected voidprotected voidvoidtoString()Methods inherited from class org.yamcs.yarch.streamsql.Expression
bind, collectAggregates, collectRequiredInputs, compile, fillCode_InputDefVars, getColumnName, getConstantValue, getType, isAggregate, isConstant, setArgs, setColumnName
-
Constructor Details
-
InExpression
- Throws:
ParseException
-
-
Method Details
-
addFilter
Description copied from class:Expressionadd a filter to the table if applicable.- Overrides:
addFilterin classExpression- Throws:
StreamSqlException
-
doBind
- Specified by:
doBindin classExpression- Throws:
StreamSqlException
-
fillCode_Declarations
- Overrides:
fillCode_Declarationsin classExpression
-
fillCode_Constructor
- Overrides:
fillCode_Constructorin classExpression- Throws:
StreamSqlException
-
fillCode_getValueBody
- Overrides:
fillCode_getValueBodyin classExpression- Throws:
StreamSqlException
-
fillCode_getValueReturn
- Specified by:
fillCode_getValueReturnin classExpression- Throws:
StreamSqlException
-
toString
-