aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/functions.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-231-22/+125
* [SPARK-7606] [SQL] [PySpark] add version to Python SQL API docsDavies Liu2015-05-201-14/+33
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-181-2/+2
* [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple filesDavies Liu2015-05-151-1/+1
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-141-0/+20
* [SPARK-7321][SQL] Add Column expression for conditional statements (when/othe...Reynold Xin2015-05-121-2/+24
* [SPARK-7118] [Python] Add the coalesce Spark SQL function available in PySparkOlivier Girardot2015-05-071-0/+37
* [SPARK-7295][SQL] bitwise operations for DataFrame DSLShiti2015-05-071-0/+2
* [SPARK-7358][SQL] Move DataFrame mathfunctions into functionsBurak Yavuz2015-05-051-0/+52
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-011-19/+61
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-301-1/+24
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-291-1/+1
* [SPARK-7135][SQL] DataFrame expression for monotonically increasing IDs.Reynold Xin2015-04-281-1/+21
* [SPARK-7152][SQL] Add a Column expression for partition ID.Reynold Xin2015-04-261-9/+21
* [SPARK-6957] [SPARK-6958] [SQL] improve API compatibility to pandasDavies Liu2015-04-171-8/+3
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-2/+4
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-1/+1
* [SPARK-6553] [pyspark] Support functools.partial as UDFksonj2015-04-011-1/+2
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-3/+3
* [SPARK-5994] [SQL] Python DataFrame documentation fixesDavies Liu2015-02-241-0/+1
* [SPARK-5985][SQL] DataFrame sortBy -> orderBy in Python.Reynold Xin2015-02-241-0/+3
* [SPARK-5859] [PySpark] [SQL] fix DataFrame Python APIDavies Liu2015-02-171-7/+5
* [SPARK-5799][SQL] Compute aggregation function on specified numeric columnsLiang-Chi Hsieh2015-02-161-0/+2
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-0/+170