Skip to content
New issue

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

Add isnone() function #800

Open
ilongin opened this issue Jan 7, 2025 · 0 comments · May be fixed by #801
Open

Add isnone() function #800

ilongin opened this issue Jan 7, 2025 · 0 comments · May be fixed by #801
Assignees

Comments

@ilongin
Copy link
Contributor

ilongin commented Jan 7, 2025

We need to add isnone() function that should return True if column or literal is empty (null / None) or False otherwise

Example usage:

dc.mutate(test=isnone("value"))

Questions: how to implement this for Clickhouse as there we currently don't support nullable columns. For now this can only work for SQLite.

@ilongin ilongin self-assigned this Jan 7, 2025
@ilongin ilongin linked a pull request Jan 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant