Package org.yamcs.yarch.streamsql
Class AdditiveExpression
java.lang.Object
org.yamcs.yarch.streamsql.Expression
org.yamcs.yarch.streamsql.AdditiveExpression
-
Field Summary
Fields inherited from class org.yamcs.yarch.streamsql.Expression
children, constantValue, hasAggregates, inputDef, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
_binaryConcat
(byte[]... args) static byte[]
binaryConcat
(byte[] arg1, byte[] arg2) static byte[]
binaryConcat
(byte[] arg1, byte[] arg2, byte[] arg3) void
doBind()
void
Methods inherited from class org.yamcs.yarch.streamsql.Expression
addFilter, bind, collectAggregates, collectRequiredInputs, compile, fillCode_Constructor, fillCode_Declarations, fillCode_getValueBody, fillCode_InputDefVars, getColumnName, getConstantValue, getType, isAggregate, isConstant, setArgs, setColumnName
-
Constructor Details
-
AdditiveExpression
- Throws:
ParseException
-
-
Method Details
-
doBind
- Specified by:
doBind
in classExpression
- Throws:
StreamSqlException
-
fillCode_getValueReturn
- Specified by:
fillCode_getValueReturn
in classExpression
- Throws:
StreamSqlException
-
binaryConcat
public static byte[] binaryConcat(byte[] arg1, byte[] arg2) -
binaryConcat
public static byte[] binaryConcat(byte[] arg1, byte[] arg2, byte[] arg3) -
_binaryConcat
public static byte[] _binaryConcat(byte[]... args)
-