Skip to content

Commit 01beaba

Browse files
committed
remove repartitionByColumn
1 parent 8e9e34c commit 01beaba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

R/pkg/R/generics.R

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -547,14 +547,6 @@ setGeneric("rename", function(x, ...) { standardGeneric("rename") })
547547
#' @export
548548
setGeneric("registerTempTable", function(x, tableName) { standardGeneric("registerTempTable") })
549549

550-
# @rdname repartitionByColumn
551-
# @seealso repartition
552-
# @export
553-
setGeneric("repartitionByColumn",
554-
function(x, col, ...) {
555-
standardGeneric("repartitionByColumn")
556-
})
557-
558550
#' @rdname sample
559551
#' @export
560552
setGeneric("sample",

0 commit comments

Comments
 (0)