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

Translate Intersect to MyriaJoin #520

Open
bmyerz opened this issue May 27, 2016 · 0 comments
Open

Translate Intersect to MyriaJoin #520

bmyerz opened this issue May 27, 2016 · 0 comments

Comments

@bmyerz
Copy link
Member

bmyerz commented May 27, 2016

We just need the rule that changes algebra.Intersect to MyriaJoin. Shuffle is already properly introduced before the Intersect by the rule ShuffleBeforeSetop.

Example query

Edges = empty(a:int,b:int);
Left = select a as v from Edges;
Right = select b as v from Edges;
i = Intersect(Left,Right);
store(i, users);
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