aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-011-0/+12
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-011-1/+17
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-011-0/+20
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-011-20/+0
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-311-0/+20
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-311-0/+19
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-311-0/+17
* [SPARK-8176] [SPARK-8197] [SQL] function to_date/ truncDaoyuan Wang2015-07-301-0/+30
* [SPARK-7157][SQL] add sampleBy to DataFrameXiangrui Meng2015-07-301-0/+41
* [SPARK-9408] [PYSPARK] [MLLIB] Refactor linalg.py to /linalgXiangrui Meng2015-07-301-1/+1
* [SPARK-8186] [SPARK-8187] [SPARK-8194] [SPARK-8198] [SPARK-9133] [SPARK-9290]...Daoyuan Wang2015-07-301-12/+64
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-293-89/+209
* Fix reference to self.names in StructTypeAlex Angelini2015-07-291-1/+1
* [Spark-8668][SQL] Adding expr to functionsJD2015-07-252-0/+17
* [SPARK-9069] [SPARK-9264] [SQL] remove unlimited precision support for Decima...Davies Liu2015-07-231-15/+21
* [SPARK-9243] [Documentation] null -> zero in crosstab docXiangrui Meng2015-07-231-1/+1
* [SPARK-8230][SQL] Add array/map size methodPedro Rodriguez2015-07-211-0/+15
* [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replaceCheng Hao2015-07-211-0/+30
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-211-3/+41
* [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal typeDavies Liu2015-07-203-21/+14
* [SPARK-9101] [PySpark] Add missing NullTypeMateusz Buśkiewicz2015-07-202-1/+5
* [SQL] Make date/time functions more consistent with other database systems.Reynold Xin2015-07-191-21/+14
* [SPARK-9166][SQL][PYSPARK] Capture and hide IllegalArgumentException in Pytho...Liang-Chi Hsieh2015-07-192-2/+17
* [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPAR...Tarek Auel2015-07-181-0/+150
* [SPARK-8245][SQL] FormatNumber/Length Support for ExpressionCheng Hao2015-07-151-5/+20
* [SPARK-9006] [PYSPARK] fix microsecond loss in Python 3Davies Liu2015-07-121-1/+2
* add inline comment for python testsDavies Liu2015-07-101-0/+1
* [HOTFIX] fix flaky test in PySpark SQLDavies Liu2015-07-101-2/+3
* [SPARK-7902] [SPARK-6289] [SPARK-8685] [SQL] [PYSPARK] Refactor of serializat...Davies Liu2015-07-094-294/+174
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-081-1/+1
* [SPARK-8450] [SQL] [PYSARK] cleanup type converter for Python DataFrameDavies Liu2015-07-082-0/+17
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-061-0/+28
* [SPARK-8270][SQL] levenshtein distanceTarek Auel2015-07-041-0/+14
* [SPARK-8226] [SQL] Add function shiftrightunsignedzhichao.li2015-07-031-0/+13
* Revert "[SPARK-8784] [SQL] Add Python API for hex and unhex"Reynold Xin2015-07-021-28/+0
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-021-0/+28
* [SPARK-8407] [SQL] complex type constructors: struct and named_structYijie Shen2015-07-021-1/+0
* [SPARK-8223] [SPARK-8224] [SQL] shift left and shift rightTarek Auel2015-07-021-0/+24
* [SPARK-8770][SQL] Create BinaryOperator abstract class.Reynold Xin2015-07-013-19/+19
* [SPARK-8766] support non-ascii character in column namesDavies Liu2015-07-014-5/+15
* [SPARK-8535] [PYSPARK] PySpark : Can't create DataFrame from Pandas dataframe...x1-2015-06-301-1/+3
* [SPARK-8727] [SQL] Missing python api; md5, log2Tarek Auel2015-06-301-13/+52
* [SPARK-8738] [SQL] [PYSPARK] capture SQL AnalysisException in Python APIDavies Liu2015-06-303-0/+63
* [SPARK-8434][SQL]Add a "pretty" parameter to the "show" method to display lon...zsxwing2015-06-291-2/+5
* [SPARK-8056][SQL] Design an easier way to construct schema for both Scala and...Ilya Ganelin2015-06-292-4/+77
* [SPARK-8070] [SQL] [PYSPARK] avoid spark jobs in createDataFrameDavies Liu2015-06-292-37/+75
* [SPARK-8235] [SQL] misc function sha / sha1Tarek Auel2015-06-291-0/+14
* [SPARK-8698] partitionBy in Python DataFrame reader/writer interface should n...Reynold Xin2015-06-291-8/+13
* [SPARK-8355] [SQL] Python DataFrameReader/Writer should mirror ScalaCheolsoo Park2015-06-292-0/+15
* [SPARK-8237] [SQL] Add misc function sha2Liang-Chi Hsieh2015-06-251-0/+19