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

add topn_per_group plan and executors for leaderboard task #635

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

AveryQi115
Copy link
Contributor

DO NOT PUSH PROJECT SOLUTIONS PUBLICLY.

And especially do NOT open pull requests with project solutions!

Please be considerate of this free educational resource.

@AveryQi115 AveryQi115 requested review from skyzh and ChaosZhai October 25, 2023 18:22
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! feel free to resolve the comments later and merge this first.

std::size_t n_;

protected:
auto PlanNodeToString() const -> std::string override { return "TopNPerGroupPlan PlanNodeToString Not Implemented"; };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest implementing this for students, otherwise they will never implement it by themselves...

Signed-off-by: Nicola115 <[email protected]>
@AveryQi115 AveryQi115 merged commit 293366d into master Oct 25, 2023
3 checks passed
@AveryQi115 AveryQi115 deleted the p3_topn_per_group branch October 25, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants