Package org.yamcs.yarch.streamsql
Class RelationalExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.RelationalExpression
Expressions of type
x > y
or x=y
-
Field Summary
Fields inherited from class org.yamcs.yarch.streamsql.Expression
children, constantValue, hasAggregates, inputDef, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFilter
(FilterableTarget tableStream) add a filter to the table if applicable.void
doBind()
void
toString()
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
-
RelationalExpression
- Throws:
ParseException
-
-
Method Details
-
getRelation
-
addFilter
Description copied from class:Expression
add a filter to the table if applicable.- Overrides:
addFilter
in classExpression
- Throws:
StreamSqlException
-
doBind
- Specified by:
doBind
in classExpression
- Throws:
StreamSqlException
-
fillCode_getValueReturn
- Specified by:
fillCode_getValueReturn
in classExpression
- Throws:
StreamSqlException
-
toString
-