Skip to content

Commit

Permalink
feat: Sort within each PartitionRange (#4847)
Browse files Browse the repository at this point in the history
* feat: PartSort

* chore: rm unused

* chore: typo

* chore: mem pool df

* chore: add location to arrow error

* refactor: test_util

* refactor: per review

* chore: rm unused

* chore: more cases

* chore: test&buffer clear

* fix: remove fetch

* chore: fmt

* chore: per review

* chore: rm unused
  • Loading branch information
discord9 authored Oct 23, 2024
1 parent 6d503b0 commit 0c01532
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 124 deletions.
5 changes: 4 additions & 1 deletion src/query/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pub mod executor;
pub mod metrics;
mod optimizer;
pub mod parser;
mod part_sort;
pub mod physical_wrapper;
pub mod plan;
pub mod planner;
Expand All @@ -36,8 +37,10 @@ mod range_select;
pub mod region_query;
pub mod sql;
pub mod stats;
mod window_sort;
pub(crate) mod window_sort;

#[cfg(test)]
pub(crate) mod test_util;
#[cfg(test)]
mod tests;

Expand Down
Loading

0 comments on commit 0c01532

Please sign in to comment.