mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
remove garbage comment
This commit is contained in:
@@ -951,7 +951,6 @@ pub trait Optimizable {
|
||||
.check_constant()?
|
||||
.map_or(false, |c| c == ConstantPredicate::AlwaysFalse))
|
||||
}
|
||||
// if the expression is the primary key of a table, returns the index of the table
|
||||
fn is_primary_key_of(&self, table: &(Rc<BTreeTable>, String)) -> bool;
|
||||
fn check_index_scan(
|
||||
&mut self,
|
||||
|
||||
Reference in New Issue
Block a user