-
- Downloads
[SPARK-20490][SPARKR] Add R wrappers for eqNullSafe and ! / not
## What changes were proposed in this pull request? - Add null-safe equality operator `%<=>%` (sames as `o.a.s.sql.Column.eqNullSafe`, `o.a.s.sql.Column.<=>`) - Add boolean negation operator `!` and function `not `. ## How was this patch tested? Existing unit tests, additional unit tests, `check-cran.sh`. Author: zero323 <zero323@users.noreply.github.com> Closes #17783 from zero323/SPARK-20490.
Showing
- R/pkg/NAMESPACE 3 additions, 1 deletionR/pkg/NAMESPACE
- R/pkg/R/column.R 53 additions, 2 deletionsR/pkg/R/column.R
- R/pkg/R/functions.R 31 additions, 0 deletionsR/pkg/R/functions.R
- R/pkg/R/generics.R 8 additions, 0 deletionsR/pkg/R/generics.R
- R/pkg/inst/tests/testthat/test_context.R 2 additions, 2 deletionsR/pkg/inst/tests/testthat/test_context.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 20 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment