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 is not? bool comparison functions #614

Open
bvolpato opened this issue Mar 22, 2024 · 1 comment
Open

Add is not? bool comparison functions #614

bvolpato opened this issue Mar 22, 2024 · 1 comment

Comments

@bvolpato
Copy link
Member

Having the functions is true / is false / is not true / is not false would be really useful.

They are somewhat common functions: https://www.postgresql.org/docs/current/functions-comparison.html:
image

And we're having some problems using isthmus without them, because Calcite has some rules that explicitly convert CASE statements to IS TRUE (e.g., AggregateCaseToFilterRule), and we need to solve through extensions.

I plan to take a stab at this, but let me know if you have any comments / ideas.

@westonpace
Copy link
Member

I agree these will be useful to have.

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

No branches or pull requests

2 participants