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

Implement join function #15

Closed
EntilZha opened this issue Mar 19, 2015 · 1 comment
Closed

Implement join function #15

EntilZha opened this issue Mar 19, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@EntilZha
Copy link
Owner

Issue to match with implementing a join function. The implementation should take two sequences with tuples (K, V) and (K, W). The return value is the sequence joined on K to return a sequence of (K, (V, W)) tuples.

Additionally, should implement join_on which creates the keys via the result of a passed function.

@EntilZha EntilZha self-assigned this Mar 19, 2015
@EntilZha EntilZha added this to the 0.1.7 milestone Mar 19, 2015
@EntilZha
Copy link
Owner Author

Implemented in 079ddf6 and 22367ff

@EntilZha EntilZha modified the milestones: 0.2.0, 0.1.7 Mar 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant