renato2099 opened a new pull request #1510: URL: https://github.com/apache/arrow-datafusion/pull/1510
# Which issue does this PR close? Adds the SQL factorial function as defined in https://www.postgresql.org/docs/14/functions-math.html # Rationale for this change To have additional math functions and have feature parity with postgres # What changes are included in this PR? Added a new sql function called `factorial` which computes the factorial of a given number and also added tests to verify how it works. # Are there any user-facing changes? There are no API changes -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
