aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/NAMESPACE
diff options
context:
space:
mode:
authorSun Rui <rui.sun@intel.com>2015-10-09 23:05:38 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-10-09 23:05:38 -0700
commit864de3bf4041c829e95d278b9569e91448bab0cc (patch)
tree2ad745e4536cedbb2373c112ab7c06ac1a3714ac /R/pkg/NAMESPACE
parentc1b4ce43264fa8b9945df3c599a51d4d2a675705 (diff)
downloadspark-864de3bf4041c829e95d278b9569e91448bab0cc.tar.gz
spark-864de3bf4041c829e95d278b9569e91448bab0cc.tar.bz2
spark-864de3bf4041c829e95d278b9569e91448bab0cc.zip
[SPARK-10079] [SPARKR] Make 'column' and 'col' functions be S4 functions.
1. Add a "col" function into DataFrame. 2. Move the current "col" function in Column.R to functions.R, convert it to S4 function. 3. Add a s4 "column" function in functions.R. 4. Convert the "column" function in Column.R to S4 function. This is for private use. Author: Sun Rui <rui.sun@intel.com> Closes #8864 from sun-rui/SPARK-10079.
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 255be2e76f..95d949ee3e 100644
--- a/R/pkg/NAMESPACE
+++ b/R/pkg/NAMESPACE
@@ -107,6 +107,7 @@ exportMethods("%in%",
"cbrt",
"ceil",
"ceiling",
+ "column",
"concat",
"concat_ws",
"contains",