aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R/functions.R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20438][R] SparkR wrappers for split and repeatHEADmasterzero3232017-04-241-0/+58
* [SPARK-20371][R] Add wrappers for collect_list and collect_setzero3232017-04-211-0/+40
* [SPARK-20375][R] R wrappers for array and mapzero3232017-04-191-0/+53
* [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json f...hyukjinkwon2017-04-171-4/+4
* [MINOR][DOCS] Match several documentation changes in Scala to R/Pythonhyukjinkwon2017-03-261-3/+3
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-191-6/+12
* [SPARK-19828][R] Support array type in from_json in Rhyukjinkwon2017-03-141-2/+10
* [SPARK-19795][SPARKR] add column functions to_json, from_jsonFelix Cheung2017-03-051-0/+57
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-151-2/+24
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-7/+73
* [SPARK-19127][DOCS] Update Rank Function Documentationanabranch2017-01-081-4/+6
* [SPARK-18514][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that` across R...hyukjinkwon2016-11-221-3/+4
* [MINOR][DOCUMENTATION] Fix some minor descriptions in functions consistently ...hyukjinkwon2016-11-051-9/+13
* [SPARK-14393][SQL][DOC] update doc for python and RFelix Cheung2016-11-031-1/+1
* [SPARK-17297][DOCS] Clarify window/slide duration as absolute time, not relat...Sean Owen2016-09-191-2/+6
* [SPARKR][MINOR] Fix docs for sparkR.session and countJunyang Qian2016-09-021-1/+2
* [SPARKR][DOC] regexp_extract should doc that it returns empty string when mat...Felix Cheung2016-09-021-1/+2
* [SPARKR][MINOR] Add more examples to window function docsJunyang Qian2016-08-241-18/+60
* [SPARK-16508][SPARKR] doc updates and more CRAN check fixesFelix Cheung2016-08-221-18/+18
* [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.Junyang Qian2016-08-201-58/+115
* [SPARK-16507][SPARKR] Add a CRAN checker, fix Rd aliasesShivaram Venkataraman2016-07-161-3/+433
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-301-0/+17
* [SPARK-16109][SPARKR][DOC] R more doc fixesFelix Cheung2016-06-211-1/+3
* [SPARKR][DOCS] R code doc cleanupFelix Cheung2016-06-201-27/+13
* [SPARK-14995][R] Add `since` tag in Roxygen documentation for SparkR API methodsDongjoon Hyun2016-06-201-0/+153
* [SPARK-16053][R] Add `spark_partition_id` in SparkRDongjoon Hyun2016-06-201-0/+21
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-201-0/+27
* [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API docs for non-MLib cha...Kai Jiang2016-06-161-1/+1
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-231-1/+1
* [SPARK-12148][SPARKR] SparkR: rename DataFrame to SparkDataFramefelixcheung2016-04-231-1/+1
* [SPARK-14639] [PYTHON] [R] Add `bround` function in Python/R.Dongjoon Hyun2016-04-191-1/+21
* [SPARK-14353] Dataset Time Window `window` API for RBurak Yavuz2016-04-051-0/+63
* [SPARK-13389][SPARKR] SparkR support first/last with ignore NAsYanbo Liang2016-03-101-8/+32
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-3/+3
* [SPARK-12903][SPARKR] Add covar_samp and covar_pop for SparkRYanbo Liang2016-01-261-0/+58
* [SPARK-12645][SPARKR] SparkR support hash functionYanbo Liang2016-01-091-0/+20
* [SPARK-12526][SPARKR] ifelse`, `when`, `otherwise` unable to take Column as v...Forest Fang2015-12-291-5/+8
* [SPARK-12044][SPARKR] Fix usage of isnan, isNaNYanbo Liang2015-12-051-7/+19
* [SPARK-11715][SPARKR] Add R support corr for Column Aggregrationfelixcheung2015-12-051-0/+15
* [SPARK-11774][SPARKR] Implement struct(), encode(), decode() functions in Spa...Sun Rui2015-12-051-0/+59
* [SPARK-12029][SPARKR] Improve column functions signature, param check, tests,...felixcheung2015-11-281-30/+91
* [SPARK-12025][SPARKR] Rename some window rank function names for SparkRYanbo Liang2015-11-271-27/+27
* [SPARK-11339][SPARKR] Document the list of functions in R base package that a...felixcheung2015-11-181-1/+1
* [SPARK-11773][SPARKR] Implement collection functions in SparkR.Sun Rui2015-11-181-32/+77
* [SPARK-11468] [SPARKR] add stddev/variance agg functions for Columnfelixcheung2015-11-101-12/+174
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-101-1/+1
* [SPARK-11210][SPARKR] Add window functions into SparkR [step 2].Sun Rui2015-10-301-0/+92
* [SPARK-11209][SPARKR] Add window functions into SparkR [step 1].Sun Rui2015-10-261-0/+98
* [SPARK-11221][SPARKR] fix R doc for lit and add examplesfelixcheung2015-10-201-4/+9
* [SPARK-10079] [SPARKR] Make 'column' and 'col' functions be S4 functions.Sun Rui2015-10-091-0/+22