Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18025#discussion_r122133612
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -3948,26 +3869,18 @@ setMethod("grouping_bit",
                 column(jc)
               })
     
    -#' grouping_id
    -#'
    -#' Returns the level of grouping.
    -#'
    +#' @section Details:
    +#' \code{grouping_id}: Returns the level of grouping.
     #' Equals to \code{
     #' grouping_bit(c1) * 2^(n - 1) + grouping_bit(c2) * 2^(n - 2)  + ... + 
grouping_bit(cn)
     #' }
     #'
    -#' @param x Column to compute on
    -#' @param ... additional Column(s) (optional).
    --- End diff --
    
    ditto here


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to