Commits


sundy-li authored and Andrew Lamb committed 2a30cd0d130
ARROW-11630: [Rust] Introduce limit option for sort kernel - Introduce `limit: Option<usize>` for sort functions, then we can use [partial_sort](https://crates.io/crates/partial_sort) to achieve better performance in queries with limit & sort. Datafusion can use it later if it can push up the limit to the sort plan (currently use None as default). Closes #9602 from sundy-li/limit-sort Authored-by: sundy-li <543950155@qq.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>