public class BeamSqlCosExpression extends BeamSqlMathUnaryExpression
BeamSqlMathUnaryExpression for 'COS' function.operands, outputType| Constructor and Description |
|---|
BeamSqlCosExpression(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 BeamSqlCosExpression(java.util.List<BeamSqlExpression> operands)
public BeamSqlPrimitive calculate(BeamSqlPrimitive op)
BeamSqlMathUnaryExpressionSqlTypeName#NUMERIC_TYPES.calculate in class BeamSqlMathUnaryExpression