Skip to content

Commit db23d11

Browse files
committed
update see annotation
1 parent d3e3ee0 commit db23d11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ final class DataFrameStatFunctions private[sql](df: DataFrame) {
7878

7979
/**
8080
* Calculates the approximate quantiles of numerical columns of a DataFrame.
81-
* @see `DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)` for detailed
82-
* description.
81+
* @see `approxQuantile(String, Array[Double], Double)` for detailed description.
8382
*
8483
* @param cols the names of the numerical columns
8584
* @param probabilities a list of quantile probabilities

0 commit comments

Comments
 (0)