aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Add support for parsing indexing into arrays in SQL.Michael Armbrust2014-04-241-3/+7
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-241-1/+1
* [SPARK-1610] [SQL] Fix Cast to use exact type value when cast from BooleanTyp...Takuya UESHIN2014-04-242-5/+12
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-141-0/+1
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-131-1/+3
* [SQL] Improve column pruning in the optimizer.Michael Armbrust2014-04-102-2/+51
* Remove Unnecessary Whitespace'sSandeep2014-04-105-30/+30
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-1/+1
* Change timestamp cast semantics. When cast to numeric types, return the unix ...Reynold Xin2014-04-073-12/+40
* Added eval for Rand (without any support for user-defined seed).Reynold Xin2014-04-071-3/+10
* Removed the default eval implementation from Expression, and added a bunch of...Reynold Xin2014-04-078-45/+89
* [sql] Rename Expression.apply to eval for better readability.Reynold Xin2014-04-0718-141/+138
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-073-11/+17
* Fix SPARK-1420 The maven build error for Spark Catalystwitgo2014-04-061-0/+4
* [SQL] Minor fixes.Michael Armbrust2014-04-045-16/+19
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-038-95/+329
* Spark parquet improvementsAndre Schumacher2014-04-032-4/+36
* [SQL] SPARK-1364 Improve datatype and test coverage for ScalaReflection schem...Michael Armbrust2014-04-021-0/+10
* StopAfter / TopK related changesReynold Xin2014-04-022-2/+2
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-011-1/+10
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-312-0/+16
* [SPARK-1354][SQL] Add tableName as a qualifier for SimpleCatelogyjerryshao2014-03-301-1/+2
* Implement the RLike & Like in catalystCheng Hao2014-03-294-4/+193
* SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...Thomas Graves2014-03-281-0/+12
* Unified package definition format in Spark SQLCheng Lian2014-03-2658-181/+91
* Unify the logic for column pruning, projection, and filtering of table scans.Michael Armbrust2014-03-241-0/+17
* SPARK-1294 Fix resolution of uppercase field names using a HiveContext.Michael Armbrust2014-03-245-25/+58
* SPARK-1144 Added license and RAT to check licenses.Prashant Sharma2014-03-242-0/+34
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2348-203/+213
* [SPARK-1292] In-memory columnar representation for Spark SQLCheng Lian2014-03-231-1/+13
* Add asCode function for dumping raw tree representations.Michael Armbrust2014-03-211-0/+15
* Make SQL keywords case-insensitiveMatei Zaharia2014-03-211-2/+14
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-2062-0/+6538