Skip to content

Commit

Permalink
feat: support FastSort on sort.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Aug 31, 2024
1 parent 868fa01 commit 7903cdd
Show file tree
Hide file tree
Showing 11 changed files with 845 additions and 64 deletions.
1 change: 1 addition & 0 deletions src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ impl<S: Storage> Database<S> {
ImplementationRuleImpl::Projection,
ImplementationRuleImpl::SeqScan,
ImplementationRuleImpl::IndexScan,
ImplementationRuleImpl::FunctionScan,
ImplementationRuleImpl::Sort,
ImplementationRuleImpl::Values,
// DML
Expand Down
2 changes: 0 additions & 2 deletions src/execution/dql/limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ impl<'a, T: Transaction + 'a> ReadExecutor<'a, T> for Limit {
)
}
}

impl Limit {}
Loading

0 comments on commit 7903cdd

Please sign in to comment.