Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
DataDance
DB2023-Winner
Commits
169d1df1
Commit
169d1df1
authored
1 year ago
by
未命名(null)队
Browse files
Options
Download
Patches
Plain Diff
feat: add aggregation plan & executor
parent
2b5a4a3e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
src/analyze/analyze.cpp
+44
-2
src/analyze/analyze.cpp
src/analyze/analyze.h
+4
-0
src/analyze/analyze.h
src/execution/executor_aggregation.h
+221
-0
src/execution/executor_aggregation.h
src/execution/executor_projection.h
+16
-11
src/execution/executor_projection.h
src/optimizer/plan.h
+20
-2
src/optimizer/plan.h
src/optimizer/planner.cpp
+30
-12
src/optimizer/planner.cpp
src/optimizer/planner.h
+2
-0
src/optimizer/planner.h
src/portal.h
+12
-9
src/portal.h
with
349 additions
and
36 deletions
+349
-36
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets