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
DB2024-DBCDC-3497
Commits
1149c944
Commit
1149c944
authored
1 year ago
by
yonchicy
Browse files
Options
Download
Patches
Plain Diff
修改整个层次以便 orderby 支持多字段排序
parent
f0feca2c
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
src/analyze/analyze.cpp
+7
-7
src/analyze/analyze.cpp
src/analyze/analyze.h
+1
-1
src/analyze/analyze.h
src/common/common.h
+1
-1
src/common/common.h
src/execution/execution_sort.h
+34
-5
src/execution/execution_sort.h
src/execution/executor_abstract.h
+4
-2
src/execution/executor_abstract.h
src/optimizer/plan.h
+5
-3
src/optimizer/plan.h
src/optimizer/planner.cpp
+1
-15
src/optimizer/planner.cpp
src/parser/ast.h
+2
-2
src/parser/ast.h
src/parser/yacc.y
+1
-1
src/parser/yacc.y
src/portal.h
+3
-3
src/portal.h
src/system/sm_manager.h
+2
-0
src/system/sm_manager.h
with
61 additions
and
40 deletions
+61
-40
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