aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3711][SQL] Optimize where in clause filter queriesYash Datta2014-10-092-2/+35
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-282-3/+16
* [HOTFIX][SQL] Remove cleaning of UDFsMichael Armbrust2014-08-271-3/+0
* [SPARK-3235][SQL] Ensure in-memory tables don't always broadcast.Michael Armbrust2014-08-271-6/+8
* [SPARK-3197] [SQL] Reduce the Expression tree object creations for aggregatio...Cheng Hao2014-08-272-17/+18
* [SPARK-3237][SQL] Fix parquet filters with UDFsMichael Armbrust2014-08-271-0/+4
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-2626-101/+149
* [SPARK-2969][SQL] Make ScalaReflection be able to handle ArrayType.containsNu...Takuya UESHIN2014-08-262-5/+8
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-251-1/+1
* [SPARK-3204][SQL] MaxOf would be foldable if both left and right are foldable.Takuya UESHIN2014-08-251-0/+2
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-239-15/+996
* [SQL] Improve debug logging and toStrings.Michael Armbrust2014-08-172-2/+21
* [SPARK-2968][SQL] Fix nullabilities of Explode.Takuya UESHIN2014-08-111-4/+4
* [SQL] Fix logging warn -> debugMichael Armbrust2014-08-051-2/+2
* [SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECTMichael Armbrust2014-08-052-7/+66
* [SPARK-2860][SQL] Fix coercion of CASE WHEN.Michael Armbrust2014-08-051-24/+32
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-022-0/+339
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-0210-24/+25
* [SPARK-1812] sql/catalyst - Provide explicit type informationAnand Avati2014-08-021-1/+1
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-0110-25/+24
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-0110-24/+25
* [SPARK-2779] [SQL] asInstanceOf[Map[...]] should use scala.collection.Map ins...Yin Huai2014-07-312-0/+4
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-3017-185/+268
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-2919-83/+1204
* [SPARK-2716][SQL] Don't check resolved for having filters.Michael Armbrust2014-07-291-1/+1
* [SPARK-2393][SQL] Cost estimation optimization framework for Catalyst logical...Zongheng Yang2014-07-293-26/+24
* [SPARK-2730][SQL] When retrieving a value from a Map, GetItem evaluates key t...Yin Huai2014-07-291-1/+0
* Minor indentation and comment typo fixes.Aaron Staple2014-07-292-13/+13
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-281-2/+1
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-271-1/+2
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-271-2/+1
* [SPARK-2659][SQL] Fix division semantics for hiveMichael Armbrust2014-07-251-0/+18
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-251-1/+2
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-251-2/+1
* [SPARK-2665] [SQL] Add EqualNS & Unit TestsCheng Hao2014-07-254-0/+21
* [SPARK-2658][SQL] Add rule for true = 1.Michael Armbrust2014-07-231-1/+11
* SPARK-2226: [SQL] transform HAVING clauses with aggregate expressions that a...William Benton2014-07-231-1/+26
* [SPARK-2588][SQL] Add some more DSLs.Takuya UESHIN2014-07-231-0/+29
* [SPARK-2190][SQL] Specialized ColumnType for TimestampCheng Lian2014-07-211-0/+23
* SPARK-2407: Added Parser of SQL SUBSTR()chutium2014-07-191-1/+8
* [SPARK-2535][SQL] Add StringComparison case to NullPropagation.Takuya UESHIN2014-07-181-0/+5
* [SPARK-2518][SQL] Fix foldability of Substring expression.Takuya UESHIN2014-07-161-0/+2
* [SQL] Cleaned up ConstantFolding slightly.Reynold Xin2014-07-161-17/+28
* [SPARK-2504][SQL] Fix nullability of Substring expression.Takuya UESHIN2014-07-151-12/+12
* [SPARK-2509][SQL] Add optimization for Substring.Takuya UESHIN2014-07-151-0/+3
* [SPARK-2498] [SQL] Synchronize on a lock when using scala reflection inside d...Zongheng Yang2014-07-151-15/+19
* SPARK-2407: Added internal implementation of SQL SUBSTR()William Benton2014-07-151-3/+74
* [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer fai...Yin Huai2014-07-151-1/+2
* [SPARK-2405][SQL] Reusue same byte buffers when creating new instance of InMe...Michael Armbrust2014-07-121-1/+1
* [SPARK-2431][SQL] Refine StringComparison and related codes.Takuya UESHIN2014-07-102-15/+16