Skip to content

Commit

Permalink
sql-logical-optimization: add an entry for derive topN and limit (#18457
Browse files Browse the repository at this point in the history
)
  • Loading branch information
qiancai authored Aug 5, 2024
1 parent c660771 commit 93dc731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql-logical-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ This chapter introduces the following key rewrites:
- [Predicates Push Down](/predicate-push-down.md)
- [Partition Pruning](/partition-pruning.md)
- [TopN and Limit Operator Push Down](/topn-limit-push-down.md)
- [Join Reorder](/join-reorder.md)
- [Join Reorder](/join-reorder.md)
- [Derive TopN or Limit from Window Functions](/derive-topn-from-window.md)

0 comments on commit 93dc731

Please sign in to comment.