Skip to content

Commit e9e68ee

Browse files
committed
Add comment
1 parent db6afe2 commit e9e68ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ class SchemaRDD(
206206

207207
/**
208208
* Performs an aggregation over all Rows in this RDD.
209+
* This is equivalent to a groupBy with no grouping expressions.
209210
*
210211
* {{{
211212
* schemaRDD.aggregate(Sum('sales) as 'totalSales)

0 commit comments

Comments
 (0)