databend
databend copied to clipboard
Feature: Introduce `TopN` operator in new planner
For a query with both ORDER BY
and LIMIT
clauses, we can translate it into TopN
operator, which can leverage with selection algorithm.
also fixes: #6525