We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From https://www.vldb.org/pvldb/vol4/p843-moerkotte.pdf
A group join will use a single table from the hash join for executing a join followed by a group by on the same columns.
An example query from the paper introduction
select a,count(*) from R1 left outer join R2 on R1.a = R2.b where R1.c=5 group by a
Implement group join in execution and in the (logical) planner.
No response
The text was updated successfully, but these errors were encountered:
@Lordworms
Sorry, something went wrong.
Is anyone working on this task? I want to take it.
@Lordworms can i take this?
Sure, feel free to go.
take
xarus01
No branches or pull requests
Is your feature request related to a problem or challenge?
From https://www.vldb.org/pvldb/vol4/p843-moerkotte.pdf
A group join will use a single table from the hash join for executing a join followed by a group by on the same columns.
An example query from the paper introduction
Describe the solution you'd like
Implement group join in execution and in the (logical) planner.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: