We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1069a commit d3e3ee0Copy full SHA for d3e3ee0
sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala
@@ -78,7 +78,7 @@ final class DataFrameStatFunctions private[sql](df: DataFrame) {
78
79
/**
80
* Calculates the approximate quantiles of numerical columns of a DataFrame.
81
- * @see `[[DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)]]` for detailed
+ * @see `DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)` for detailed
82
* description.
83
*
84
* @param cols the names of the numerical columns
0 commit comments