aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6231][SQL/DF] Automatically resolve join condition ambiguity for self-...Reynold Xin2015-05-051-0/+5
* [SQL][Minor] make StringComparison extends ExpectsInputTypeswangfei2015-05-051-7/+6
* [MINOR] Minor update for documentLiang-Chi Hsieh2015-05-051-1/+1
* [SPARK-7266] Add ExpectsInputTypes to expressions when possible.Reynold Xin2015-05-045-56/+71
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-032-6/+33
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-023-6/+40
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-011-1/+9
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-303-38/+58
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-303-40/+6
* [SPARK-7123] [SQL] support table.star in sqlcontextscwf2015-04-301-0/+1
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-303-6/+40
* [SPARK-7109] [SQL] Push down left side filter for left semi joinwangfei2015-04-302-5/+24
* [SPARK-7267][SQL]Push down Project when it's child is LimitZhongshuai Pei2015-04-302-0/+19
* [SPARK-7225][SQL] CombineLimits optimizer does not workZhongshuai Pei2015-04-292-8/+26
* [SPARK-7234][SQL] Fix DateType mismatch when codegen on.云峤2015-04-291-0/+1
* [SPARK-7229] [SQL] SpecificMutableRow should take integer type as internal re...Cheng Hao2015-04-291-0/+1
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-292-8/+16
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-296-0/+1194
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-293-117/+29
* [SPARK-7215] made coalesce and repartition a part of the query planBurak Yavuz2015-04-282-1/+18
* [SPARK-6829] Added math functions for DataFramesBurak Yavuz2015-04-275-0/+455
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-263-4/+4
* Fixed a typo from the previous commit.Reynold Xin2015-04-231-1/+1
* [SQL] Fixed expression data type matching.Reynold Xin2015-04-232-10/+42
* [SQL] Break dataTypes.scala into multiple files.Reynold Xin2015-04-2320-1224/+1649
* [SPARK-7069][SQL] Rename NativeType -> AtomicType.Reynold Xin2015-04-237-87/+93
* [SPARK-7068][SQL] Remove PrimitiveTypeReynold Xin2015-04-221-40/+30
* [SPARK-7066][MLlib] VectorAssembler should use NumericType not NativeType.Reynold Xin2015-04-221-2/+2
* [SQL] Rename some apply functions.Reynold Xin2015-04-2225-95/+95
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-219-66/+112
* [SPARK-6996][SQL] Support map types in java beansPunya Biswal2015-04-211-0/+20
* [SQL][minor] make it more clear that we only need to re-throw GetField except...Wenchen Fan2015-04-211-5/+4
* [SPARK-6994] Allow to fetch field values by name in sql.Rowvidmantas zemleris2015-04-215-0/+127
* [SPARK-7011] Build(compilation) fails with scala 2.11 option, because a prote...Prashant Sharma2015-04-211-2/+2
* [SPARK-6899][SQL] Fix type mismatch when using codegen with Average on Decima...Liang-Chi Hsieh2015-04-161-1/+1
* [SQL][Minor] Fix foreachUp of treenodescwf2015-04-162-1/+13
* SPARK-6927 [SQL] Sorting Error when codegen on云峤2015-04-161-1/+13
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-152-2/+21
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-156-27/+39
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-1520-157/+543
* [SPARK-6871][SQL] WITH clause in CTE can not following another WITH clauseLiang-Chi Hsieh2015-04-141-9/+9
* [SPARK-6877][SQL] Add code generation support for MinLiang-Chi Hsieh2015-04-133-0/+79
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-134-4/+6
* [HOTFIX] Add explicit return types to fix lint errorsJosh Rosen2015-04-112-2/+2
* [SQL][minor] move `resolveGetField` into a objectWenchen Fan2015-04-113-35/+39
* [SPARK-6367][SQL] Use the proper data type for those expressions that are hij...Yin Huai2015-04-113-10/+53
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-113-8/+42
* [Minor][SQL] Fix typo in sqlGuancheng (G.C.) Chen2015-04-113-5/+5
* [SPARK-6611][SQL] Add support for INTEGER as synonym of INT.Santiago M. Mola2015-04-112-1/+3
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-107-419/+867