aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala
Commit message (Expand)AuthorAgeFilesLines
* more wipescapeJakob Odersky2016-10-201-1/+1
* Implement Hive's 'like' behaviourJakob Odersky2016-10-181-14/+12
* Add more documentationJakob Odersky2016-10-131-1/+16
* [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