We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the common definition of NULLIF() function:
https://www.w3schools.com/sql/func_sqlserver_nullif.asp
Among other uses, it is used to protect denominators from divide by 0 errors.
We have implemented it at UrbanLogiq and would like to contribute this back.
Reporter: Evan Chan / @velvia Assignee: Evan Chan / @velvia
Note: This issue was originally created as ARROW-10330. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Jorge Leitão / @jorgecarleitao: Good idea. (y)
I moved this to 3.0.0 to not block the 2.0.0 release.
Sorry, something went wrong.
Neville Dipale / @nevi-me: Issue resolved by pull request 8688 #8688
No branches or pull requests
Here is the common definition of NULLIF() function:
https://www.w3schools.com/sql/func_sqlserver_nullif.asp
Among other uses, it is used to protect denominators from divide by 0 errors.
We have implemented it at UrbanLogiq and would like to contribute this back.
Reporter: Evan Chan / @velvia
Assignee: Evan Chan / @velvia
PRs and other links:
Note: This issue was originally created as ARROW-10330. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: