aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/context.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expressionDavies Liu2015-04-211-9/+4
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-4/+4
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-12/+20
* [SPARK-6696] [SQL] Adds HiveContext.refreshTable to PySparkCheng Lian2015-04-081-0/+9
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-40/+39
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-146/+81
* [SPARK-6603] [PySpark] [SQL] add SQLContext.udf and deprecate inferSchema() a...Davies Liu2015-03-301-27/+60
* [SPARK-6055] [PySpark] fix incorrect __eq__ of DataTypeDavies Liu2015-02-271-89/+1
* [SPARK-5994] [SQL] Python DataFrame documentation fixesDavies Liu2015-02-241-148/+34
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-231-15/+15
* [SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pandas and t...Davies Liu2015-02-201-2/+10
* [SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache managerYin Huai2015-02-201-0/+4
* [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / DocumentationMichael Armbrust2015-02-171-14/+14
* [SQL] Various DataFrame doc changes.Reynold Xin2015-02-161-4/+3
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-4/+30
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-121-0/+34
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-111-42/+72
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-101-20/+67
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-101-0/+68
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-0/+642