Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/18447#discussion_r185703059
--- Diff: R/pkg/R/functions.R ---
@@ -653,6 +653,25 @@ setMethod("hash",
column(jc)
})
+#' data_type
+#'
+#' Returns the data type of a given column.
+#'
+#' @param x Column to get the data type.
+#'
+#' @rdname data_type
+#' @name data_type
+#' @family misc functions
--- End diff --
can you follow the pattern, like for "hash" above? we don't have individual
rdname etc for each function
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]