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