|   | Name | Description | 
|---|
   | Rank(Double, Double) | 
            Calculates the rank of a value within a given data set using
            ascending order.
             | 
   | Rank(DoubleVector, Double) | 
            Calculates the rank of a value within a given data set using
            ascending order.
             | 
   | Rank(IDFColumn, Double) | 
            Calculates the rank of the value within a given data set using
            the specified order.
             | 
   | Rank(Int32, Double) | 
            Calculates the rank of a value within a given data set using
            ascending order.
             | 
   | Rank(Double, Double, SortingType) | 
            Calculates the rank of the value within a given data set using
            the specified order.
             | 
   | Rank(DoubleVector, Double, SortingType) | 
            Calculates the rank of a value within a given data set using
            ascending order.
             | 
   | Rank(IDFColumn, Double, SortingType) | 
            Calculates the rank of the value within a given data set using
            the specified order.
             | 
   | Rank(Int32, Double, SortingType) | 
            Calculates the rank of the value within a given data set using
            the specified order.
             |