aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/column.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20132][DOCS] Add documentation for column string functionsMichael Patterson2017-04-221-6/+64
* [SPARK-19701][SQL][PYTHON] Throws a correct exception for 'in' operator again...hyukjinkwon2017-03-051-1/+3
* [SPARK-19706][PYSPARK] add Column.contains in pysparkWenchen Fan2017-02-231-0/+1
* [SPARK-18541][PYTHON] Add metadata parameter to pyspark.sql.Column.alias()Sheamus K. Parkes2017-02-141-3/+23
* [SPARK-19429][PYTHON][SQL] Support slice arguments in Column.__getitem__zero3232017-02-131-3/+8
* [SPARK-19403][PYTHON][SQL] Correct pyspark.sql.column.__all__ list.zero3232017-01-301-1/+1
* [SPARK-17215][SQL] Method `SQLContext.parseDataType(dataTypeString: String)` ...jiangxingbo2016-08-241-4/+3
* [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with...WeichenXu2016-05-231-5/+7
* [SPARK-15278] [SQL] Remove experimental tag from Python DataFrameReynold Xin2016-05-111-2/+0
* [SPARK-14896][SQL] Deprecate HiveContext in pythonAndrew Or2016-05-041-2/+0
* [SPARK-14088][SQL] Some Dataset API touch-upReynold Xin2016-03-221-0/+2
* [SPARK-10380][SQL] Fix confusing documentation examples for astype/drop_dupli...Reynold Xin2016-03-141-2/+2
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-211-16/+16
* [SPARK-12791][SQL] Simplify CaseWhen by breaking "branches" into "conditions"...Reynold Xin2016-01-131-12/+12
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-041-19/+1
* [SPARK-11836][SQL] udf/cast should not create new SQLContextDavies Liu2015-11-231-3/+4
* [SPARK-9014] [SQL] Allow Python spark API to use built-in exponential operator0x0FFF2015-09-111-0/+13
* [SPARK-10373] [PYSPARK] move @since into pyspark from sqlDavies Liu2015-09-081-1/+1
* [SPARK-10417] [SQL] Iterating through Column results in infinite loop0x0FFF2015-09-021-0/+3
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-0/+12
* [SPARK-9659][SQL] Rename inSet to isin to match Pandas function.Reynold Xin2015-08-061-1/+19
* [SPARK-8573] [SPARK-8568] [SQL] [PYSPARK] raise Exception if column is used i...Davies Liu2015-06-231-0/+5
* [SPARK-8038] [SQL] [PYSPARK] fix Column.when() and otherwise()Davies Liu2015-06-021-3/+28
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-231-14/+40
* [SPARK-7394][SQL] Add Pandas style cast (astype)kaka19922015-05-211-0/+2
* [SPARK-7606] [SQL] [PySpark] add version to Python SQL API docsDavies Liu2015-05-201-0/+12
* [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple filesDavies Liu2015-05-151-0/+360