aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql.py
Commit message (Expand)AuthorAgeFilesLines
* Python docstring update for sql.py.Reynold Xin2014-05-251-61/+63
* SPARK-1822: Some minor cleanup work on SchemaRDD.count()Reynold Xin2014-05-251-1/+4
* [SPARK-1822] SchemaRDD.count() should use query optimizerKan Zhang2014-05-251-1/+13
* [SQL] Make it possible to create Java/Python SQLContexts from an existing Sca...Michael Armbrust2014-05-131-2/+5
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-071-0/+29
* Minor fix to python table caching API.Michael Armbrust2014-04-291-2/+2
* Add insertInto and saveAsTable to Python API.Michael Armbrust2014-04-191-0/+13
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-151-4/+10
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-0/+363