Support IsDistinctFrom
and IsNotDistinctFrom
on interval types
#6774
Labels
enhancement
New feature or request
IsDistinctFrom
and IsNotDistinctFrom
on interval types
#6774
Is your feature request related to a problem or challenge?
Currently the
Eq
andNotEq
operators work fine on interval types. However they returnnull
if one of the operands isnull
. I need a comparison operator on intervals that always returns a boolean also whennull
is involved.Describe the solution you'd like
I would like that
IsDistinctFrom
andIsNotDistinctFrom
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
The text was updated successfully, but these errors were encountered: