Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Nov 11, 2024
1 parent e2305d2 commit bf36ca9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,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 static final int LARGE_COMPOUND_PREDICATE = 4;
private Set<Slot> aggSlots;

private boolean isOnBaseTable = false;
Expand Down

0 comments on commit bf36ca9

Please sign in to comment.