Zkplo opened a new issue, #11121:
URL: https://github.com/apache/inlong/issues/11121

   ### Description
   
   - parent issue #10796 
   - Postgresql Official Description: 
https://www.postgresql.org/docs/16/functions-math.html
   
   gcd ( numeric_type , numeric_type ) → numeric_type: Greatest common divisor 
(the largest positive number that divides both inputs with no remainder); 
returns 0 if both inputs are zero; available for integer, bigint, and numeric.
   
   ### Use case
   
   ```
   gcd(0,0) -> 0
   gcd(0,1.6) -> 1.6
   gcd(3.2,1.6) -> 1.6
   ```
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to