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

Join operator should perform all possible joins #35

Open
cjnolet opened this issue Sep 6, 2014 · 0 comments
Open

Join operator should perform all possible joins #35

cjnolet opened this issue Sep 6, 2014 · 0 comments
Milestone

Comments

@cjnolet
Copy link
Member

cjnolet commented Sep 6, 2014

Currently, the Join operator only performs an inner join and passes all joined Events down the same output stream. All of the possible inner/outer join combinations should be implemented.

Further, the join operator does not use a supplied predicate to determine the nature of the join. This needs to be added as well.

@cjnolet cjnolet added this to the 1.0.0-alpha milestone Sep 6, 2014
@cjnolet cjnolet modified the milestones: 0.3.0, 0.2.0 Oct 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant