-
- Downloads
[SPARK-20437][R] R wrappers for rollup and cube
## What changes were proposed in this pull request? - Add `rollup` and `cube` methods and corresponding generics. - Add short description to the vignette. ## How was this patch tested? - Existing unit tests. - Additional unit tests covering new features. - `check-cran.sh`. Author: zero323 <zero323@users.noreply.github.com> Closes #17728 from zero323/SPARK-20437.
Showing
- R/pkg/NAMESPACE 2 additions, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 72 additions, 1 deletionR/pkg/R/DataFrame.R
- R/pkg/R/generics.R 8 additions, 0 deletionsR/pkg/R/generics.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 102 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
- R/pkg/vignettes/sparkr-vignettes.Rmd 15 additions, 0 deletionsR/pkg/vignettes/sparkr-vignettes.Rmd
- docs/sparkr.md 30 additions, 0 deletionsdocs/sparkr.md
Loading
Please register or sign in to comment