src/main/java/org/apache/datasketches/hive/quantiles/GetQuantileFromDoublesSketchUDF.java [31:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    + " A single value for a given fraction is returned."
    + " The optional boolean parameter 'inclusive' (default: true) determines if the result includes"
    + " values less than or equal to the fraction or, if false, only values strictly less than"
    + " the fraction."
    + " The fraction represents a normalized rank, and must be from 0 to 1 inclusive."
    + " For example, a fraction of 0.5 corresponds to 50th percentile, which is"
    + " the median value of the distribution (the number separating the higher half"
    + " of the probability distribution from the lower half).")
@SuppressWarnings("deprecation")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/datasketches/hive/quantiles/GetQuantileFromStringsSketchUDF.java [34:42]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    + " A single value for a given fraction is returned."
    + " The optional boolean parameter 'inclusive' (default: true) determines if the result includes"
    + " values less than or equal to the fraction or, if false, only values strictly less than"
    + " the fraction."
    + " The fraction represents a normalized rank, and must be from 0 to 1 inclusive."
    + " For example, a fraction of 0.5 corresponds to 50th percentile, which is"
    + " the median value of the distribution (the number separating the higher half"
    + " of the probability distribution from the lower half).")
@SuppressWarnings("deprecation")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



