aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R/generics.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/pkg/R/generics.R')
-rw-r--r--R/pkg/R/generics.R8
1 files changed, 8 insertions, 0 deletions
diff --git a/R/pkg/R/generics.R b/R/pkg/R/generics.R
index 945676c7f1..da46823f52 100644
--- a/R/pkg/R/generics.R
+++ b/R/pkg/R/generics.R
@@ -942,6 +942,14 @@ setGeneric("countDistinct", function(x, ...) { standardGeneric("countDistinct")
#' @export
setGeneric("crc32", function(x) { standardGeneric("crc32") })
+#' @rdname create_array
+#' @export
+setGeneric("create_array", function(x, ...) { standardGeneric("create_array") })
+
+#' @rdname create_map
+#' @export
+setGeneric("create_map", function(x, ...) { standardGeneric("create_map") })
+
#' @rdname hash
#' @export
setGeneric("hash", function(x, ...) { standardGeneric("hash") })