aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R/functions.R
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-10049] [SPARKR] Support collecting data of ArraryType in DataFrame.Sun Rui2015-09-101-6/+6
* [SPARK-10118] [SPARKR] [DOCS] Improve SparkR API docs for 1.5 releaseYu ISHIKAWA2015-08-241-114/+1487
* [SPARK-10106] [SPARKR] Add `ifelse` Column function to SparkRYu ISHIKAWA2015-08-191-0/+19
* [SPARK-9856] [SPARKR] Add expression functions into SparkR whose params are c...Yu ISHIKAWA2015-08-191-0/+415
* [SPARK-10075] [SPARKR] Add `when` expressino function in SparkRYu ISHIKAWA2015-08-181-0/+14
* [SPARKR] [MINOR] Get rid of a long line warningYu ISHIKAWA2015-08-181-1/+3
* [SPARK-9871] [SPARKR] Add expression functions into SparkR which have a varia...Yu ISHIKAWA2015-08-161-0/+42
* [SPARK-9855] [SPARKR] Add expression functions into SparkR whose params are s...Yu ISHIKAWA2015-08-121-0/+123