@@ -920,10 +920,10 @@ setGeneric("crc32", function(x) { standardGeneric("crc32") })
920920# ' @export
921921setGeneric ("hash ", function(x, ...) { standardGeneric("hash") })
922922
923- # ' @param x empty. Should be used with no argument.
923+ # ' @param ... empty. Use with no argument.
924924# ' @rdname cume_dist
925925# ' @export
926- setGeneric ("cume_dist ", function(x = "missing" ) { standardGeneric("cume_dist") })
926+ setGeneric ("cume_dist ", function(... ) { standardGeneric("cume_dist") })
927927
928928# ' @rdname datediff
929929# ' @export
@@ -953,10 +953,10 @@ setGeneric("dayofyear", function(x) { standardGeneric("dayofyear") })
953953# ' @export
954954setGeneric ("decode ", function(x, charset) { standardGeneric("decode") })
955955
956- # ' @param x empty. Should be used with no argument.
956+ # ' @param ... empty. Use with no argument.
957957# ' @rdname dense_rank
958958# ' @export
959- setGeneric ("dense_rank ", function(x = "missing" ) { standardGeneric("dense_rank") })
959+ setGeneric ("dense_rank ", function(... ) { standardGeneric("dense_rank") })
960960
961961# ' @rdname encode
962962# ' @export
@@ -1070,11 +1070,11 @@ setGeneric("md5", function(x) { standardGeneric("md5") })
10701070# ' @export
10711071setGeneric ("minute ", function(x) { standardGeneric("minute") })
10721072
1073- # ' @param x empty. Should be used with no argument.
1073+ # ' @param ... empty. Use with no argument.
10741074# ' @rdname monotonically_increasing_id
10751075# ' @export
10761076setGeneric ("monotonically_increasing_id ",
1077- function (x = " missing " ) { standardGeneric(" monotonically_increasing_id" ) })
1077+ function (... ) { standardGeneric(" monotonically_increasing_id" ) })
10781078
10791079# ' @rdname month
10801080# ' @export
@@ -1108,10 +1108,10 @@ setGeneric("ntile", function(x) { standardGeneric("ntile") })
11081108# ' @export
11091109setGeneric ("n_distinct ", function(x, ...) { standardGeneric("n_distinct") })
11101110
1111- # ' @param x empty. Should be used with no argument.
1111+ # ' @param ... empty. Use with no argument.
11121112# ' @rdname percent_rank
11131113# ' @export
1114- setGeneric ("percent_rank ", function(x = "missing" ) { standardGeneric("percent_rank") })
1114+ setGeneric ("percent_rank ", function(... ) { standardGeneric("percent_rank") })
11151115
11161116# ' @rdname pmod
11171117# ' @export
@@ -1154,10 +1154,10 @@ setGeneric("reverse", function(x) { standardGeneric("reverse") })
11541154# ' @export
11551155setGeneric ("rint ", function(x) { standardGeneric("rint") })
11561156
1157- # ' @param x empty. Should be used with no argument.
1157+ # ' @param ... empty. Use with no argument.
11581158# ' @rdname row_number
11591159# ' @export
1160- setGeneric ("row_number ", function(x = "missing" ) { standardGeneric("row_number") })
1160+ setGeneric ("row_number ", function(... ) { standardGeneric("row_number") })
11611161
11621162# ' @rdname rpad
11631163# ' @export
@@ -1215,10 +1215,10 @@ setGeneric("sort_array", function(x, asc = TRUE) { standardGeneric("sort_array")
12151215# ' @export
12161216setGeneric ("soundex ", function(x) { standardGeneric("soundex") })
12171217
1218- # ' @param x empty. Should be used with no argument.
1218+ # ' @param ... empty. Use with no argument.
12191219# ' @rdname spark_partition_id
12201220# ' @export
1221- setGeneric ("spark_partition_id ", function(x = "missing" ) { standardGeneric("spark_partition_id") })
1221+ setGeneric ("spark_partition_id ", function(... ) { standardGeneric("spark_partition_id") })
12221222
12231223# ' @rdname sd
12241224# ' @export
0 commit comments