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

Support IsDistinctFrom and IsNotDistinctFrom on interval types #6774

Closed
joroKr21 opened this issue Jun 27, 2023 · 0 comments · Fixed by #6776
Closed

Support IsDistinctFrom and IsNotDistinctFrom on interval types #6774

joroKr21 opened this issue Jun 27, 2023 · 0 comments · Fixed by #6776
Labels
enhancement New feature or request

Comments

@joroKr21
Copy link
Contributor

Is your feature request related to a problem or challenge?

Currently the Eq and NotEq operators work fine on interval types. However they return null if one of the operands is null. I need a comparison operator on intervals that always returns a boolean also when null is involved.

Describe the solution you'd like

I would like that IsDistinctFrom and IsNotDistinctFrom work on interval types as well.

Describe alternatives you've considered

I'm not sure there is an altearnative.

Additional context

This belongs to #5753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant