public class BeamSqlSinExpression extends BeamSqlMathUnaryExpression
BeamSqlMathUnaryExpression for 'SIN' function.operands, outputType| Constructor and Description |
|---|
BeamSqlSinExpression(java.util.List<BeamSqlExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
BeamSqlPrimitive |
calculate(BeamSqlPrimitive op)
For the operands of other type
SqlTypeName.NUMERIC_TYPES. |
accept, evaluategetOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlSinExpression(java.util.List<BeamSqlExpression> operands)
public BeamSqlPrimitive calculate(BeamSqlPrimitive op)
BeamSqlMathUnaryExpressionSqlTypeName.NUMERIC_TYPES.calculate in class BeamSqlMathUnaryExpression