Skip to content

Commit

Permalink
Merge pull request #242 from hqzizania/stats
Browse files Browse the repository at this point in the history
[SPARKR-92] Phase 2: implement sum(rdd)
  • Loading branch information
concretevitamin authored and Davies Liu committed Apr 14, 2015
1 parent cd66603 commit 136a07e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/pkg/R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ setGeneric("minimum", function(x) { standardGeneric("minimum") })
#' @export
setGeneric("sumRDD", function(x) { standardGeneric("sumRDD") })

#' @rdname foreach
#' @export
setGeneric("foreach", function(x, func) { standardGeneric("foreach") })

#' @rdname name
#' @export
setGeneric("name", function(x) { standardGeneric("name") })
Expand Down

0 comments on commit 136a07e

Please sign in to comment.