Skip to content

Commit b64bd4e

Browse files
committed
Update comment.
1 parent 619660d commit b64bd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ final class DataFrameStatFunctions private[sql](df: DataFrame) {
7272

7373
/**
7474
* Calculates the approximate quantiles of numerical columns of a DataFrame.
75-
* @see approxQuantile for detailed description.
75+
* @see #approxQuantile(String, Array[Double], Double) for detailed description.
7676
*
7777
* @param cols the names of the numerical columns.
7878
* @param probabilities a list of quantile probabilities

0 commit comments

Comments
 (0)