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
1.`userGivenGroupByExprs` is an empty collection (`Nil`)
39
+
40
+
`apply` computes the [GroupingSet indicies](#groupingSetIndexes) and creates a [GroupingSets](#creating-instance).
41
+
42
+
---
43
+
44
+
`apply` is used when:
45
+
46
+
*`AstBuilder` is requested to parse [GROUPING SETS](../sql/AstBuilder.md#visitGroupingAnalytics) or [GROUP BY ... GROUPING SETS](../sql/AstBuilder.md#withAggregationClause) SQL statements
47
+
48
+
<!---
49
+
## Review Me
50
+
7
51
`GroupingSets` is a spark-sql-LogicalPlan.md#UnaryNode[unary logical operator] that represents SQL's sql/AstBuilder.md#withAggregation[GROUPING SETS] variant of `GROUP BY` clause.
0 commit comments