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

Unify `LeftOuterJoinSource` and `InnerJoinSource` #759

Closed
sgrif opened this Issue Feb 24, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@sgrif
Member

sgrif commented Feb 24, 2017

The main reason that these differ is because we need to change the SQL type of columns on the right side of the join. This required that these structs be separate types back in the pre-0.1 days when I added them, but we have sufficient information now to separate them. I'd like to have just a single JoinSource<Left, Right, JoinType>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment