Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Add FACTORIAL function (enabled in Hive and Spark libraries) FACTORIAL(expr): Returns the factorial of expr. expr is [0..20]. Otherwise, returns NULL. For example:
SELECT factorial(5); >120
See more at Hive and Spark doc.
GitHub Pull Request #3490