[SPARK-10007] [SPARKR] Update NAMESPACE file in SparkR for simple parameters functions

### JIRA
[[SPARK-10007] Update `NAMESPACE` file in SparkR for simple parameters functions - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-10007)

Author: Yuu ISHIKAWA <yuu.ishikawa@gmail.com>

Closes #8277 from yu-iskw/SPARK-10007.
This commit is contained in:
Yuu ISHIKAWA 2015-08-18 09:10:59 -07:00 committed by Shivaram Venkataraman
parent 5723d26d7e
commit 1968276af0

View file

@ -87,48 +87,86 @@ exportMethods("abs",
"alias",
"approxCountDistinct",
"asc",
"ascii",
"asin",
"atan",
"atan2",
"avg",
"base64",
"between",
"bin",
"bitwiseNOT",
"cast",
"cbrt",
"ceil",
"ceiling",
"concat",
"contains",
"cos",
"cosh",
"concat",
"count",
"countDistinct",
"crc32",
"datediff",
"dayofmonth",
"dayofyear",
"desc",
"endsWith",
"exp",
"explode",
"expm1",
"factorial",
"first",
"floor",
"getField",
"getItem",
"greatest",
"hex",
"hour",
"hypot",
"initcap",
"isNaN",
"isNotNull",
"isNull",
"lit",
"last",
"last_day",
"least",
"length",
"levenshtein",
"like",
"lit",
"log",
"log10",
"log1p",
"log2",
"lower",
"ltrim",
"max",
"md5",
"mean",
"min",
"minute",
"month",
"months_between",
"n",
"n_distinct",
"nanvl",
"negate",
"pmod",
"quarter",
"reverse",
"rint",
"rlike",
"round",
"rtrim",
"second",
"sha1",
"sign",
"signum",
"sin",
"sinh",
"size",
"soundex",
"sqrt",
"startsWith",
"substr",
@ -138,7 +176,13 @@ exportMethods("abs",
"tanh",
"toDegrees",
"toRadians",
"upper")
"to_date",
"trim",
"unbase64",
"unhex",
"upper",
"weekofyear",
"year")
exportClasses("GroupedData")
exportMethods("agg")