Skip to content

Commit d633d01

Browse files
committed
add scala specific
1 parent 950707a commit d633d01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ trait DataFrame extends RDDApi[Row] {
460460
}
461461

462462
/**
463-
* Returns a new [[DataFrame]] where each row has been expanded to zero or more rows by the
464-
* provided function. This is similar to a `LATERAL VIEW` in HiveQL. The columns of the
465-
* input row are implicitly joined with each row that is output by the function.
463+
* (Scala-specific) Returns a new [[DataFrame]] where each row has been expanded to zero or more
464+
* rows by the provided function. This is similar to a `LATERAL VIEW` in HiveQL. The columns of
465+
* the input row are implicitly joined with each row that is output by the function.
466466
*
467467
* The following example uses this function to count the number of books which contain
468468
* a given word:

0 commit comments

Comments
 (0)