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