Skip to content

Commit

Permalink
modify the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlou1554 committed Nov 19, 2024
1 parent 795ca1f commit b2e4b1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions optd-cost-model/src/cost/filter/attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ impl<S: CostModelStorageManager> CostModelImpl<S> {
/// attribute") Will handle the case of statistics missing
/// Equality predicates are handled entirely differently from range predicates so this is its
/// own function
/// Also, get_attribute_equality_selectivity is a subroutine when computing range
/// selectivity, which is another reason for separating these into two functions
/// is_eq means whether it's == or !=
/// Also, get_attribute_equality_selectivity is a subroutine when computing range selectivity,
/// which is another reason for separating these into two functions is_eq means whether it's == or !=
///
/// Currently, we only support calculating the equality selectivity for an existed attribute,
/// not a derived attribute.
Expand Down

0 comments on commit b2e4b1d

Please sign in to comment.