aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [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-3018-186/+333
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-2924-109/+1376
* [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-282-3/+2
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-272-2/+3
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-272-3/+2
* [SPARK-2659][SQL] Fix division semantics for hiveMichael Armbrust2014-07-252-1/+19
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-252-2/+3
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-252-3/+2
* [SPARK-2665] [SQL] Add EqualNS & Unit TestsCheng Hao2014-07-255-1/+30
* [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-232-25/+63
* [SPARK-2190][SQL] Specialized ColumnType for TimestampCheng Lian2014-07-212-11/+34
* SPARK-2407: Added Parser of SQL SUBSTR()chutium2014-07-191-1/+8
* [SPARK-2535][SQL] Add StringComparison case to NullPropagation.Takuya UESHIN2014-07-184-3/+125
* [SPARK-2518][SQL] Fix foldability of Substring expression.Takuya UESHIN2014-07-162-3/+14
* [SQL] Cleaned up ConstantFolding slightly.Reynold Xin2014-07-161-17/+28
* [SPARK-2504][SQL] Fix nullability of Substring expression.Takuya UESHIN2014-07-152-16/+22
* [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-152-3/+123
* [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
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-101-0/+3
* [SPARK-2395][SQL] Optimize common LIKE patterns.Michael Armbrust2014-07-082-0/+74
* [SPARK-2235][SQL]Spark SQL basicOperator add Intersect operatorYanjie Gao2014-07-072-0/+7
* [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias...Yin Huai2014-07-072-20/+104
* [SPARK-2327] [SQL] Fix nullabilities of Join/Generate/Aggregate.Takuya UESHIN2014-07-054-16/+36
* [SPARK-2366] [SQL] Add column pruning for the right side of LeftSemi join.Takuya UESHIN2014-07-051-8/+20
* [SPARK-2234][SQL]Spark SQL basicOperators add Except operatorYanjie Gao2014-07-042-0/+9
* [SPARK-2059][SQL] Add analysis checksReynold Xin2014-07-042-0/+24
* [SPARK-2342] Evaluation helper's output type doesn't conform to input ty...Yijie Shen2014-07-031-1/+1
* [SPARK-2287] [SQL] Make ScalaReflection be able to handle Generic case classes.Takuya UESHIN2014-07-022-2/+25
* SPARK-2186: Spark SQL DSL support for simple aggregations such as SUM and AVGXimo Guanter Gonzalbez2014-07-021-0/+11
* update the comments in SqlParserCodingCat2014-07-011-1/+0
* [SQL]Extract the joinkeys from join conditionCheng Hao2014-06-262-42/+27
* [SPARK-2254] [SQL] ScalaRefection should mark primitive types as non-nullable.Takuya UESHIN2014-06-252-31/+165
* [SQL] SPARK-1800 Add broadcast hash join operator & associated hints.Zongheng Yang2014-06-252-4/+5
* [SQL]Add base row updating methods for JoinedRowCheng Hao2014-06-241-0/+17
* [SPARK-2218] rename Equals to EqualTo in Spark SQL expressions.Reynold Xin2014-06-207-17/+20
* [SPARK-2196] [SQL] Fix nullability of CaseWhen.Takuya UESHIN2014-06-202-1/+46
* [SPARK-2209][SQL] Cast shouldn't do null check twice.Reynold Xin2014-06-201-115/+159
* [SPARK-2210] cast to boolean on boolean value gets turned into NOT((boolean_c...Reynold Xin2014-06-191-1/+3
* SPARK-1293 [SQL] Parquet support for nested typesAndre Schumacher2014-06-193-62/+149