aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5367][SQL] Support star expression in udfwangfei2015-01-291-5/+10
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-292-1/+9
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-281-3/+3
* [SPARK-5097][SQL] Test cases for DataFrame expressions.Reynold Xin2015-01-271-1/+0
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-274-3/+25
* Revert "[SPARK-5244] [SQL] add coalesce() in sql parser"Josh Rosen2015-01-211-2/+0
* [SPARK-5009] [SQL] Long keyword support in SQL ParsersCheng Hao2015-01-213-29/+106
* [SPARK-5244] [SQL] add coalesce() in sql parserDaoyuan Wang2015-01-211-0/+2
* [SPARK-5323][SQL] Remove Row's Seq inheritance.Reynold Xin2015-01-2010-226/+266
* [SPARK-5287][SQL] Add defaultSizeOf to every data type.Yin Huai2015-01-204-37/+146
* [SQL][Minor] Refactors deeply nested FP style code in BooleanSimplificationCheng Lian2015-01-202-37/+57
* [SQL][minor] Add a log4j file for catalyst test.Reynold Xin2015-01-201-0/+28
* [SQL][minor] Put DataTypes.java in java dir.Reynold Xin2015-01-181-0/+0
* [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type.Reynold Xin2015-01-1810-22/+22
* [SQL][Minor] Added comments and examples to explain BooleanSimplificationReynold Xin2015-01-171-83/+94
* [SPARK-4937][SQL] Comment for the newly optimization rules in `BooleanSimplif...scwf2015-01-171-2/+16
* [SQL][minor] Improved Row documentation.Reynold Xin2015-01-171-52/+114
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-162-3/+5
* [SPARK-4937][SQL] Adding optimization to simplify the And, Or condition in s...scwf2015-01-163-90/+131
* [SQL] some comments fix for GROUPING SETSDaoyuan Wang2015-01-141-6/+6
* [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.DecimalDaoyuan Wang2015-01-1412-16/+8
* [SPARK-5167][SQL] Move Row into sql package and make it usable for Java.Reynold Xin2015-01-145-90/+303
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-1350-98/+717
* [SPARK-5029][SQL] Enable from follow multiple bracketsscwf2015-01-101-1/+1
* [SPARK-4861][SQL] Refactory command in spark sqlscwf2015-01-102-116/+1
* [SPARK-4943][SQL] Allow table name having dot for db/catalogAlex Liu2015-01-107-77/+70
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-10/+0
* [SPARK-5040][SQL] Support expressing unresolved attributes using $"attribute ...Reynold Xin2015-01-051-0/+9
* [SPARK-5038][SQL] Add explicit return type for implicit functions in Spark SQLReynold Xin2014-12-311-40/+40
* [SPARK-4937][SQL] Normalizes conjunctions and disjunctions to eliminate commo...Cheng Lian2014-12-303-5/+103
* [SPARK-4928][SQL] Fix: Operator '>,<,>=,<=' with decimal between different pr...guowei22014-12-302-0/+33
* [Spark-4512] [SQL] Unresolved Attribute Exception in Sort ByCheng Hao2014-12-304-11/+21
* [SPARK-5002][SQL] Using ascending by default when not specify order in order bywangfei2014-12-301-6/+2
* [SPARK-4959] [SQL] Attributes are case sensitive when using a select query fr...Cheng Hao2014-12-301-4/+4
* [SPARK-4861][SQL] Refactory command in spark sqlwangfei2014-12-181-17/+0
* [SPARK-2554][SQL] Supporting SumDistinct partial aggregationravipesala2014-12-181-4/+49
* [SPARK-4693] [SQL] PruningPredicates may be wrong if predicates contains an e...YanTangZhai2014-12-181-0/+2
* [SPARK-2663] [SQL] Support the Grouping SetCheng Hao2014-12-184-1/+195
* [SPARK-3891][SQL] Add array support to percentile, percentile_approx and cons...Venkata Ramana Gollamudi2014-12-171-1/+3
* [SPARK-4755] [SQL] sqrt(negative value) should return nullDaoyuan Wang2014-12-172-2/+15
* [SPARK-4493][SQL] Don't pushdown Eq, NotEq, Lt, LtEq, Gt and GtEq predicates ...Cheng Lian2014-12-171-0/+9
* [SPARK-3698][SQL] Fix case insensitive resolution of GetField.Michael Armbrust2014-12-172-1/+17
* [SPARK-4625] [SQL] Add sort by for DSL & SimpleSqlParserCheng Hao2014-12-172-2/+10
* [SPARK-4720][SQL] Remainder should also return null if the divider is 0.Takuya UESHIN2014-12-163-2/+43
* [SPARK-4744] [SQL] Short circuit evaluation for AND & OR in CodeGenCheng Hao2014-12-161-19/+19
* [SPARK-4827][SQL] Fix resolution of deeply nested Project(attr, Project(Star,...Michael Armbrust2014-12-162-42/+45
* [SPARK-4829] [SQL] add rule to fold count(expr) if expr is not nullDaoyuan Wang2014-12-111-0/+1
* [SPARK-4825] [SQL] CTAS fails to resolve when created using saveAsTableCheng Hao2014-12-111-1/+1
* [SPARK-4828] [SQL] sum and avg on empty table should always return nullDaoyuan Wang2014-12-111-2/+0
* [SPARK-4293][SQL] Make Cast be able to handle complex types.Takuya UESHIN2014-12-112-44/+353