sarutak opened a new pull request, #7171:
URL: https://github.com/apache/arrow-datafusion/pull/7171

   # Which issue does this PR close?
   
   Closes #7170
   
   # Rationale for this change
   
   I propose to add `nanvl` builtin function which is provided by some RDBMS.
   `nanvl(x, y)` returns `x` if `x` is not `NaN` otherwise returns `y`.
   It could be convenience to handle missing data.
   
   # What changes are included in this PR?
   
   `nullvl` is added as a math builtin function.
   
   # Are these changes tested?
   Added new tests.
   
   # Are there any user-facing changes?
   New builtin function is added but it doesn't break compatibility.


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to