HyukjinKwon commented on code in PR #45517:
URL: https://github.com/apache/spark/pull/45517#discussion_r1525629747


##########
R/pkg/R/functions.R:
##########
@@ -2516,6 +2516,32 @@ setMethod("upper",
             column(jc)
           })
 
+#' @details
+#' \code{collate}: Marks a given column with specified collation.
+#'
+#' @rdname column_string_functions
+#' @aliases collate collate,Column-method
+#' @note collate since 4.0.0
+setMethod("collate",

Review Comment:
   Would need to add them into `R/pkg/NAMESPACE`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to