-
- Downloads
[SPARK-17961][SPARKR][SQL] Add storageLevel to DataFrame for SparkR
## What changes were proposed in this pull request? Add storageLevel to DataFrame for SparkR. This is similar to this RP: https://github.com/apache/spark/pull/13780 but in R I do not make a class for `StorageLevel` but add a method `storageToString` ## How was this patch tested? test added. Author: WeichenXu <WeichenXu123@outlook.com> Closes #15516 from WeichenXu123/storageLevel_df_r.
Showing
- R/pkg/NAMESPACE 1 addition, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 27 additions, 1 deletionR/pkg/R/DataFrame.R
- R/pkg/R/RDD.R 1 addition, 1 deletionR/pkg/R/RDD.R
- R/pkg/R/generics.R 5 additions, 1 deletionR/pkg/R/generics.R
- R/pkg/R/utils.R 41 additions, 0 deletionsR/pkg/R/utils.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 4 additions, 1 deletionR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment