Skip to content

Commit 301d8e5

Browse files
author
cafreeman
committed
Remove extraneous map functions
1 parent 0387db2 commit 301d8e5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pkg/R/DataFrame.R

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -232,19 +232,6 @@ setMethod("mapPartitions",
232232
lapplyPartition(X, FUN)
233233
})
234234

235-
setMethod("lapplyPartitionsWithIndex",
236-
signature(X = "DataFrame", FUN = "function"),
237-
function(X, FUN) {
238-
rdd <- toRDD(X)
239-
lapplyPartitionsWithIndex(rdd, FUN)
240-
})
241-
242-
setMethod("mapPartitionsWithIndex",
243-
signature(X = "DataFrame", FUN = "function"),
244-
function(X, FUN){
245-
lapplyPartitionsWithIndex(X, FUN)
246-
})
247-
248235
setMethod("foreach",
249236
signature(rdd = "DataFrame", func = "function"),
250237
function(rdd, func) {

0 commit comments

Comments
 (0)