Skip to content

Commit

Permalink
remove garbage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jussisaurio committed Oct 5, 2024
1 parent 3826d4e commit d22dbe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/translate/optimizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d22dbe9

Please sign in to comment.