aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17647][SQL][FOLLOWUP][MINOR] fix typoFelix Cheung2017-04-171-1/+1
* [SPARK-17647][SQL] Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2017-04-171-1/+24
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-101-1/+2
* [SPARK-20121][SQL] simplify NullPropagation with NullIntolerantWenchen Fan2017-03-301-6/+4
* [SPARK-18368][SQL] Fix regexp replace when serializedRyan Blue2016-11-091-1/+1
* Revert "[SPARK-18368] Fix regexp_replace with task serialization."Yin Huai2016-11-091-1/+1
* [SPARK-18368] Fix regexp_replace with task serialization.Ryan Blue2016-11-081-1/+1
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-021-8/+22
* [SPARK-16409][SQL] regexp_extract with optional groups causes NPESean Owen2016-08-071-2/+11
* [SPARK-16514][SQL] Fix various regex codegen bugsEric Liang2016-07-121-15/+33
* [SPARK-14718][SQL] Avoid mutating ExprCode in doGenCodeSameer Agarwal2016-04-181-13/+13
* [SPARK-14710][SQL] Rename gen/genCode to genCode/doGenCode to better reflect ...Sameer Agarwal2016-04-181-7/+7
* [SPARK-14415][SQL] All functions should show usages by command `DESC FUNCTION`Dongjoon Hyun2016-04-101-1/+13
* [MINOR] [SQL] GeneratedExpressionCode -> ExprCodeDavies Liu2016-01-151-5/+5
* [SPARK-12593][SQL] Converts resolved logical plan back to SQLCheng Lian2016-01-081-0/+2
* [SPARK-11983][SQL] remove all unused codegen fallback traitDaoyuan Wang2015-11-251-2/+2
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-231-1/+1
* [SPARK-10966] [SQL] Codegen framework cleanupMichael Armbrust2015-10-071-12/+12
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-191-0/+346