Skip to content
Prev Previous commit
Next Next commit
update see annotation
  • Loading branch information
zhengruifeng committed Feb 14, 2017
commit db23d1164edab591816a07686558f95ba6ee9721
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ final class DataFrameStatFunctions private[sql](df: DataFrame) {

/**
* Calculates the approximate quantiles of numerical columns of a DataFrame.
* @see `DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)` for detailed
* description.
* @see `approxQuantile(String, Array[Double], Double)` for detailed description.
*
* @param cols the names of the numerical columns
* @param probabilities a list of quantile probabilities
Expand Down