-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Similar to the issues regarding "IS NOT TRUE/FALSE" (#2265) and "IS TRUE/FALSE" (#3159), we should also support the "IS [NOT] UNKNOWN" boolean operator as well. Here is the Postgres documentation about how it works: https://www.postgresql.org/docs/current/functions-comparison.html
Describe the solution you'd like
This should be possible now that apache/datafusion-sqlparser-rs#583 has been merged. I believe the implementation should be similar to the one in #3189
Describe alternatives you've considered
None.
Additional context
None.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request