Closed mtoy-googly-moogly closed 1 month ago
Here is the plan
expr = a|b|c
expr IN (a,b,c)
expr = ANY OTHER TREE OR PARTIAL
~
!~
Here is the plan
expr = a|b|c
generate the SQLexpr IN (a,b,c)
expr = ANY OTHER TREE OR PARTIAL
warn, and still evaluate~
and!~
also accept or-trees and warn on other trees, but still expand to boolean expressionsexpr IN (a,b,c)
warn, and suggest the Malloy syntax