aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R/DataFrame.R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17442][SPARKR] Additional arguments in write.df are not passed to data...Felix Cheung2016-09-081-0/+1
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-031-1/+1
* [SPARK-16883][SPARKR] SQL decimal type is not properly cast to number when co...wm624@hotmail.com2016-09-021-1/+12
* [SPARKR][MINOR] Fix doc for show methodJunyang Qian2016-08-241-2/+2
* [SPARK-16508][SPARKR] doc updates and more CRAN check fixesFelix Cheung2016-08-221-36/+35
* [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.Junyang Qian2016-08-201-93/+128
* [SPARK-16508][SPARKR] Split docs for arrange and orderBy methodsJunyang Qian2016-08-151-6/+5
* [MINOR][SPARKR] R API documentation for "coltypes" is confusingXin Ren2016-08-101-5/+4
* [SPARKR][DOCS] fix broken url in docFelix Cheung2016-07-251-1/+1
* [SPARK-16507][SPARKR] Add a CRAN checker, fix Rd aliasesShivaram Venkataraman2016-07-161-5/+100
* [SPARK-16429][SQL] Include `StringType` columns in `describe()`Dongjoon Hyun2016-07-081-2/+2
* [SPARK-16425][R] `describe()` should not fail with non-numeric columnsDongjoon Hyun2016-07-071-2/+1
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-011-9/+102
* [MINOR][SPARKR] update sparkR DataFrame.R commentWeichenXu2016-06-281-2/+2
* [SPARK-16128][SQL] Allow setting length of characters to be truncated to, in ...Prashant Sharma2016-06-281-3/+8
* [SPARK-16088][SPARKR] update setJobGroup, cancelJobGroup, clearJobGroupFelix Cheung2016-06-231-1/+0
* [SPARK-16096][SPARKR] add union and deprecate unionAllFelix Cheung2016-06-211-9/+34
* [SPARK-16109][SPARKR][DOC] R more doc fixesFelix Cheung2016-06-211-2/+5
* [SPARKR][DOCS] R code doc cleanupFelix Cheung2016-06-201-21/+18
* remove duplicated docs in dapplyNarine Kokhlikyan2016-06-201-1/+3
* [SPARK-14995][R] Add `since` tag in Roxygen documentation for SparkR API methodsDongjoon Hyun2016-06-201-2/+91
* [SPARK-15159][SPARKR] SparkSession roxygen2 doc, programming guide, example u...Felix Cheung2016-06-201-111/+58
* [SPARK-16051][R] Add `read.orc/write.orc` to SparkRDongjoon Hyun2016-06-201-0/+27
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-171-6/+2
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-171-0/+37
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-171-2/+28
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-161-6/+19
* [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API docs for non-MLib cha...Kai Jiang2016-06-161-40/+51
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-151-1/+81
* [SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTem...Cheng Lian2016-06-131-11/+12
* [SPARK-10903] followup - update API doc for SqlContextfelixcheung2016-05-261-72/+69
* [SPARK-10903][SPARKR] R - Simplify SQLContext method signatures and use a sin...felixcheung2016-05-261-16/+4
* [SPARK-15439][SPARKR] Failed to run unit test in SparkRwm624@hotmail.com2016-05-251-1/+5
* [SPARK-15202][SPARKR] add dapplyCollect() method for DataFrame in SparkR.Sun Rui2016-05-121-16/+70
* [SPARK-11395][SPARKR] Support over and window specification in SparkR.Sun Rui2016-05-051-2/+2
* [SPARK-15110] [SPARKR] Implement repartitionByColumn for SparkR DataFramesNarineK2016-05-051-5/+32
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-291-0/+61
* [SPARK-12235][SPARKR] Enhance mutate() to support replace existing columns.Sun Rui2016-04-281-9/+51
* [SPARK-13436][SPARKR] Added parameter drop to subsetting operator [Oscar D. Lara Yejas2016-04-271-33/+37
* [SPARK-13734][SPARKR] Added histogram functionOscar D. Lara Yejas2016-04-261-0/+120
* [SPARK-14883][DOCS] Fix wrong R examples and make them up-to-dateDongjoon Hyun2016-04-241-1/+1
* [SPARK-12148][SPARKR] fix doc after renaming DataFrame to SparkDataFramefelixcheung2016-04-231-8/+8
* [SPARK-12148][SPARKR] SparkR: rename DataFrame to SparkDataFramefelixcheung2016-04-231-324/+329
* [SPARK-13905][SPARKR] Change signature of as.data.frame() to be consistent wi...Sun Rui2016-04-191-6/+2
* [SPARK-12224][SPARKR] R support for JDBC sourcefelixcheung2016-04-191-1/+38
* [SPARK-13812][SPARKR] Fix SparkR lint-r test errors.Sun Rui2016-03-131-8/+8
* [SPARK-13327][SPARKR] Added parameter validations for colnames<-Oscar D. Lara Yejas2016-03-101-1/+21
* [SPARK-12629][SPARKR] Fixes for DataFrame saveAsTable methodNarine Kokhlikyan2016-01-221-6/+17
* [SPARK-12204][SPARKR] Implement drop method for DataFrame in SparkR.Sun Rui2016-01-201-21/+56
* [SPARK-12337][SPARKR] Implement dropDuplicates() method of DataFrame in SparkR.Sun Rui2016-01-191-0/+30