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
e8cd758e
Commit
e8cd758e
authored
1 year ago
by
未命名(null)队
Browse files
Options
Download
Patches
Plain Diff
fix: use check_column to prevent ambiguousColumn when order by and set get_col_offset in sort
parent
9be7d44b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/analyze/analyze.cpp
+11
-5
src/analyze/analyze.cpp
src/analyze/analyze.h
+1
-1
src/analyze/analyze.h
src/execution/execution_sort.h
+9
-1
src/execution/execution_sort.h
src/execution/executor_seq_scan.h
+1
-9
src/execution/executor_seq_scan.h
src/optimizer/planner.cpp
+1
-4
src/optimizer/planner.cpp
src/parser/ast.h
+3
-3
src/parser/ast.h
with
26 additions
and
23 deletions
+26
-23
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