You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/AggregateEstimation.scala
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,16 @@ object AggregateEstimation {
39
39
// Multiply distinct counts of group-by columns. This is an upper bound, which assumes
40
40
// the data contains all combinations of distinct values of group-by columns.
0 commit comments