Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-25737-2462428
DB2024deleted-3316
Commits
916d5d1a
Commit
916d5d1a
authored
11 months ago
by
HL
Browse files
Options
Download
Plain Diff
Merge branch 'hl/aggre' into 'main'
feat: finish all aggre features See merge request T202410616993406/db2024deleted!18
parents
8a7d073f
a85f5fd2
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/analyze/analyze.cpp
+116
-23
src/analyze/analyze.cpp
src/analyze/analyze.h
+18
-8
src/analyze/analyze.h
src/common/common.h
+66
-16
src/common/common.h
src/common/value.h
+12
-0
src/common/value.h
src/common/value_factory.h
+53
-0
src/common/value_factory.h
src/defs.h
+21
-0
src/defs.h
src/errors.h
+15
-0
src/errors.h
src/execution/execution_aggregation.h
+337
-0
src/execution/execution_aggregation.h
src/execution/execution_defs.h
+1
-0
src/execution/execution_defs.h
src/execution/execution_manager.cpp
+3
-2
src/execution/execution_manager.cpp
src/execution/execution_manager.h
+4
-1
src/execution/execution_manager.h
src/execution/execution_merge_sort_join.h
+2
-2
src/execution/execution_merge_sort_join.h
src/execution/execution_sort.h
+4
-2
src/execution/execution_sort.h
src/execution/executor_abstract.h
+13
-7
src/execution/executor_abstract.h
src/execution/executor_index_scan.h
+2
-2
src/execution/executor_index_scan.h
src/execution/executor_nestedloop_join.h
+3
-2
src/execution/executor_nestedloop_join.h
src/execution/executor_projection.h
+2
-2
src/execution/executor_projection.h
src/execution/executor_seq_scan.h
+3
-2
src/execution/executor_seq_scan.h
src/optimizer/plan.h
+23
-3
src/optimizer/plan.h
src/optimizer/planner.cpp
+32
-19
src/optimizer/planner.cpp
with
730 additions
and
91 deletions
+730
-91
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