aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/NAMESPACE
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-06-20 21:09:39 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2016-06-20 21:09:39 -0700
commit217db56ba11fcdf9e3a81946667d1d99ad7344ee (patch)
treec126e953440cf3ac4e902ea259d4a9ec1b60bd6e /R/pkg/NAMESPACE
parenta46553cbacf0e4012df89fe55385dec5beaa680a (diff)
downloadspark-217db56ba11fcdf9e3a81946667d1d99ad7344ee.tar.gz
spark-217db56ba11fcdf9e3a81946667d1d99ad7344ee.tar.bz2
spark-217db56ba11fcdf9e3a81946667d1d99ad7344ee.zip
[SPARK-15294][R] Add `pivot` to SparkR
## What changes were proposed in this pull request? This PR adds `pivot` function to SparkR for API parity. Since this PR is based on https://github.com/apache/spark/pull/13295 , mhnatiuk should be credited for the work he did. ## How was this patch tested? Pass the Jenkins tests (including new testcase.) Author: Dongjoon Hyun <dongjoon@apache.org> Closes #13786 from dongjoon-hyun/SPARK-15294.
Diffstat (limited to 'R/pkg/NAMESPACE')
-rw-r--r--R/pkg/NAMESPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/R/pkg/NAMESPACE b/R/pkg/NAMESPACE
index 45663f4c2c..ea42888eae 100644
--- a/R/pkg/NAMESPACE
+++ b/R/pkg/NAMESPACE
@@ -294,6 +294,7 @@ exportMethods("%in%",
exportClasses("GroupedData")
exportMethods("agg")
+exportMethods("pivot")
export("as.DataFrame",
"cacheTable",