public class BeamSqlMultiplyExpression extends BeamSqlArithmeticExpression
operands, outputType| Constructor and Description |
|---|
BeamSqlMultiplyExpression(java.util.List<BeamSqlExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
protected java.math.BigDecimal |
calc(java.math.BigDecimal left,
java.math.BigDecimal right) |
accept, deduceOutputType, evaluate, getCorrectlyTypedResultgetOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlMultiplyExpression(java.util.List<BeamSqlExpression> operands)
protected java.math.BigDecimal calc(java.math.BigDecimal left,
java.math.BigDecimal right)
calc in class BeamSqlArithmeticExpression