aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2096][SQL] support dot notation on array of structWenchen Fan2015-02-094-18/+51
* [SPARK-5614][SQL] Predicate pushdown through Generate.Lu Yan2015-02-092-1/+87
* [SPARK-5675][SQL] XyzType companion object should subclass XyzTypeReynold Xin2015-02-091-12/+73
* [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in ta...Reynold Xin2015-02-083-3/+79
* [SPARK-5278][SQL] Introduce UnresolvedGetField and complete the check of ambi...Wenchen Fan2015-02-069-76/+64
* [SQL][Minor] Remove cache keyword in SqlParserwangfei2015-02-061-1/+0
* [SPARK-5640] Synchronize ScalaReflection where necessaryTobias Schlatter2015-02-061-2/+3
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-052-3/+72
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-051-2/+24
* [SPARK-5602][SQL] Better support for creating DataFrame from local data colle...Reynold Xin2015-02-043-11/+30
* [SQL] Correct the default size of TimestampType and expose NumericTypeYin Huai2015-02-042-4/+4
* [SPARK-5367][SQL] Support star expression in udfswangfei2015-02-041-0/+6
* [SPARK-5579][SQL][DataFrame] Support for project/filter using SQL expressionsReynold Xin2015-02-031-0/+10
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0310-61/+112
* [SPARK-5383][SQL] Support alias for udtfswangfei2015-02-033-3/+42
* [SPARK-5550] [SQL] Support the case insensitive for UDFCheng Hao2015-02-031-4/+32
* [SPARK-5501][SPARK-5420][SQL] Write support for the data source APIYin Huai2015-02-021-2/+2
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-021-1/+2
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0210-112/+61
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0210-61/+112
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-021-1/+9
* [SPARK-5262] [SPARK-5244] [SQL] add coalesce in SQLParser and widen types for...Daoyuan Wang2015-02-013-0/+45
* [Minor][SQL] Little refactor DataFrame related codesLiang-Chi Hsieh2015-02-011-1/+1
* [SPARK-5504] [sql] convertToCatalyst should support nested arraysJoseph K. Bradley2015-01-302-3/+11
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-293-19/+40
* [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect resultwangfei2015-01-291-4/+5
* [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