aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-2177][SQL] describe table result contains only one columnYin Huai2014-06-191-0/+16
* More minor scaladoc cleanup for Spark SQL.Reynold Xin2014-06-193-23/+21
* A few minor Spark SQL Scaladoc fixes.Reynold Xin2014-06-195-57/+52
* [SPARK-2184][SQL] AddExchange isn't idempotentMichael Armbrust2014-06-182-2/+5
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-178-19/+108
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-175-8/+123
* [SQL] Support transforming TreeNodes with Option children.Michael Armbrust2014-06-152-1/+45
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-132-9/+11
* [SPARK-2052] [SQL] Add optimization for CaseConversionExpression's.Takuya UESHIN2014-06-114-15/+174
* [SPARK-2042] Prevent unnecessary shuffle triggered by take()Sameer Agarwal2014-06-114-2/+88
* SPARK-2107: FilterPushdownSuite doesn't need Junit jar.Qiuzhuang.Lian2014-06-111-3/+0
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-113-35/+70
* [SPARK-2093] [SQL] NullPropagation should use exact type value.Takuya UESHIN2014-06-101-2/+2
* [SPARK-2076][SQL] Pushdown the join filter & predication for outer joinCheng Hao2014-06-102-22/+277
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-102-8/+35
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-091-3/+5
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-094-2/+15
* [SPARK-2041][SQL] Correctly analyze queries where columnName == tableName.Michael Armbrust2014-06-051-1/+2
* [SPARK-2036] [SQL] CaseConversionExpression should check if the evaluated val...Takuya UESHIN2014-06-051-2/+6
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-051-1/+1
* [SPARK-1995][SQL] system function upper and lower can be supportedegraldlo2014-06-022-0/+36
* [SPARK-1947] [SQL] Child of SumDistinct or Average should be widened to preve...Takuya UESHIN2014-05-311-1/+13
* [SPARK-1938] [SQL] ApproxCountDistinctMergeFunction should return Int value.Takuya UESHIN2014-05-271-5/+4
* [SPARK-1915] [SQL] AverageFunction should not count if the evaluated value is...Takuya UESHIN2014-05-271-3/+6
* [SPARK-1926] [SQL] Nullability of Max/Min/First should be true.Takuya UESHIN2014-05-271-3/+3
* [SPARK-1914] [SQL] Simplify CountFunction not to traverse to evaluate all chi...Takuya UESHIN2014-05-261-2/+2
* [SPARK-1822] SchemaRDD.count() should use query optimizerKan Zhang2014-05-251-3/+3
* [SPARK-1889] [SQL] Apply splitConjunctivePredicates to join condition while f...Takuya UESHIN2014-05-211-5/+6
* [Spark-1461] Deferred Expression Evaluation (short-circuit evaluation)Cheng Hao2014-05-151-15/+32
* [SPARK-1819] [SQL] Fix GetField.nullable.Takuya UESHIN2014-05-152-1/+14
* Package docsPrashant Sharma2014-05-141-0/+21
* [SPARK-1826] fix the head notation of package object dslwangfei2014-05-141-9/+12
* [SQL] Improve column pruning.Michael Armbrust2014-05-131-5/+11
* Implement ApproximateCountDistinct for SparkSqllarvaboy2014-05-132-2/+83
* SPARK-1757 Failing test for saving null primitives with .saveAsParquetFile()Andrew Ash2014-05-121-3/+3
* [SPARK-1754] [SQL] Add missing arithmetic DSL operations.Takuya UESHIN2014-05-082-1/+19
* [SQL] Improve SparkSQL AggregatesMichael Armbrust2014-05-082-10/+79
* [SQL] Fix Performance Issue in data type castingCheng Hao2014-05-071-1/+1
* [WIP][Spark-SQL] Optimize the Constant Folding for ExpressionCheng Hao2014-05-078-32/+252
* [SQL] SPARK-1732 - Support for null primitive values.Michael Armbrust2014-05-051-1/+13
* [SQL] Better logging when applying rules.Michael Armbrust2014-05-031-4/+24