[ 
https://issues.apache.org/jira/browse/BEAM-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071321#comment-16071321
 ] 

Xu Mingmin commented on BEAM-2160:
----------------------------------

[~app-tarush] just quick check that, can I assume all the math functions are 
finished?

> add support Math functions 
> ---------------------------
>
>                 Key: BEAM-2160
>                 URL: https://issues.apache.org/jira/browse/BEAM-2160
>             Project: Beam
>          Issue Type: Task
>          Components: dsl-sql
>            Reporter: Xu Mingmin
>              Labels: bundle, dsl_sql_merge, split
>
> All Math functions listed as below:
> {code}
> POWER(numeric1, numeric2) 
> ABS(numeric) 
> MOD(numeric, numeric) 
> SQRT(numeric)         
> LN(numeric)   
> LOG10(numeric) 
> EXP(numeric)  
> CEIL(numeric) 
> FLOOR(numeric)        
> RAND([seed])  
> RAND_INTEGER([seed, ] numeric)        
> ACOS(numeric)
> ASIN(numeric)         
> ATAN(numeric)         
> ATAN2(numeric, numeric)       
> COS(numeric)  
> COT(numeric)  
> DEGREES(numeric)      
> PI()  
> RADIANS(numeric)      
> ROUND(numeric1, numeric2)     
> SIGN(numeric)         
> SIN(numeric)  
> TAN(numeric)  
> TRUNCATE(numeric1, numeric2)  
> {code}
> See  
> https://calcite.apache.org/docs/reference.html#arithmetic-operators-and-functions
>  for more details.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to