-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: define SetRel output nullability derivation (#558) #654
Conversation
I've attempted to clarify the language around SetRels and provide additional information around deriving nullability for the output types. |
2e9f307
to
16d1518
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good (modulo a few minor things). Thanks for clarifying.
Does this mean that the union relation considers "null matches null". In other words, if I intersect Do we want to clarify that somewhere too (I think the "does NULL match NULL" question comes up in joins too but I don't remember if we clarified there or not) |
Co-authored-by: Weston Pace <weston.pace@gmail.com>
Co-authored-by: Weston Pace <weston.pace@gmail.com>
Co-authored-by: Weston Pace <weston.pace@gmail.com>
@westonpace it does. I added a note about this. |
No description provided.