File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sql/core/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments