We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0387db2 commit 301d8e5Copy full SHA for 301d8e5
pkg/R/DataFrame.R
@@ -232,19 +232,6 @@ setMethod("mapPartitions",
232
lapplyPartition(X, FUN)
233
})
234
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
244
- function(X, FUN){
245
- lapplyPartitionsWithIndex(X, FUN)
246
247
248
setMethod("foreach",
249
signature(rdd = "DataFrame", func = "function"),
250
function(rdd, func) {
0 commit comments