Skip to content

Commit

Permalink
[opt](nereids) refine operator estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjian.xzj authored and zhongjian.xzj committed Sep 24, 2024
1 parent d80fcb3 commit 8d075e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ public Statistics visitInPredicate(InPredicate inPredicate, EstimationContext co
return context.statistics.withSel(DEFAULT_IN_COEFFICIENT);
}

DataType compareColumnType = compareExpr.getDataType();
List<Expression> options = inPredicate.getOptions();
ColumnStatistic newCompareExprStats = updateInPredicateColumnStatistics(inPredicate, context, compareExprStats);
double selectivity;
Expand Down

0 comments on commit 8d075e2

Please sign in to comment.