We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1186f commit 5ab9f75Copy full SHA for 5ab9f75
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/grouping.scala
@@ -157,7 +157,8 @@ object GroupingID {
157
}
158
159
/**
160
- * Wrapper expression to avoid further optizations of child
+ * Wrapper expression to avoid further optimizations between the parent and child of this
161
+ * expression.
162
*/
163
case class GroupingExpression(child: Expression) extends UnaryExpression {
164
override def eval(input: InternalRow): Any = {
0 commit comments