Skip to content

Commit 7d8b4df

Browse files
committed
Optimized performance and added TOPK related tests. Improved the display of TOPK's plan
1 parent 1f4ef86 commit 7d8b4df

File tree

7 files changed

+658
-10
lines changed

7 files changed

+658
-10
lines changed

src/db.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ impl<S: Storage> State<S> {
254254
ImplementationRuleImpl::IndexScan,
255255
ImplementationRuleImpl::FunctionScan,
256256
ImplementationRuleImpl::Sort,
257+
ImplementationRuleImpl::TopK,
257258
ImplementationRuleImpl::Values,
258259
// DML
259260
ImplementationRuleImpl::Analyze,

0 commit comments

Comments
 (0)