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

Enable bulk selection of columns from multiple tables #31

Open
davidanthoff opened this issue Sep 5, 2016 · 0 comments
Open

Enable bulk selection of columns from multiple tables #31

davidanthoff opened this issue Sep 5, 2016 · 0 comments

Comments

@davidanthoff
Copy link
Member

After a join one can have multiple tables in the query, and might want to select all columns from all tables. The proposed syntax for this is:

@from i in table1 begin
@join j in table2 on i.a equals j.a
@select {i..., j...}
end

In order to implement this, we need a type stable merge function (JuliaData/NamedTuples.jl#14), which is currently blocked by JuliaLang/julia#16806 on julia 0.5.

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