Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 12, 2024
1 parent 18140db commit 0918686
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public class FilterEstimation extends ExpressionVisitor<Statistics, EstimationCo

public static final double DEFAULT_LIKE_COMPARISON_SELECTIVITY = 0.2;
public static final double DEFAULT_ISNULL_SELECTIVITY = 0.005;
private Set<Slot> aggSlots;

private boolean isOnBaseTable = false;

Expand Down

0 comments on commit 0918686

Please sign in to comment.