aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9733][SQL] Improve physical plan explain for data sourcesReynold Xin2015-08-072-3/+3
* [SPARK-9736] [SQL] JoinedRow.anyNull should delegate to the underlying rows.Reynold Xin2015-08-074-129/+156
* [SPARK-9683] [SQL] copy UTF8String when convert unsafe array/map to safeWenchen Fan2015-08-071-0/+3
* [SPARK-9650][SQL] Fix quoting behavior on interpolated column namesMichael Armbrust2015-08-062-41/+58
* [SPARK-9630] [SQL] Clean up new aggregate operators (SPARK-9240 follow up)Yin Huai2015-08-061-2/+12
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-065-136/+153
* [SPARK-9632] [SQL] [HOT-FIX] Fix build.Yin Huai2015-08-061-0/+1
* Revert "[SPARK-9632][SQL] update InternalRow.toSeq to make it accept data typ...Davies Liu2015-08-065-153/+136
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-065-136/+153
* [SPARK-9644] [SQL] Support update DecimalType with precision > 18 in UnsafeRowDavies Liu2015-08-063-23/+53
* [SPARK-8266] [SQL] add function translatezhichao.li2015-08-063-3/+81
* [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering...Josh Rosen2015-08-056-24/+27
* [SPARK-9403] [SQL] Add codegen support in In and InSetLiang-Chi Hsieh2015-08-052-7/+58
* [SPARK-9141] [SQL] [MINOR] Fix comments of PR #7920Yin Huai2015-08-051-2/+1
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-057-79/+124
* [SPARK-9628][SQL]Rename int to SQLDate, long to SQLTimestamp for better reada...Yijie Shen2015-08-051-32/+37
* [SPARK-9360] [SQL] Support BinaryType in PrefixComparators for UnsafeExternal...Takeshi YAMAMURO2015-08-051-0/+3
* [SPARK-9119] [SPARK-8359] [SQL] match Decimal.precision/scale with DecimalTypeDavies Liu2015-08-046-22/+52
* [SPARK-8231] [SQL] Add array_containsPedro Rodriguez2015-08-042-2/+77
* [SPARK-9598][SQL] do not expose generic getter in internal rowWenchen Fan2015-08-048-91/+66
* [SPARK-9553][SQL] remove the no-longer-necessary createCode and createStructC...Wenchen Fan2015-08-042-154/+17
* [SPARK-9512][SQL] Revert SPARK-9251, Allow evaluation while sortingMichael Armbrust2015-08-042-67/+4
* [SPARK-9541] [SQL] DataTimeUtils cleanupYijie Shen2015-08-041-85/+57
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-042-0/+310
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-042-2/+24
* Revert "[SPARK-9372] [SQL] Filter nulls in join keys"Reynold Xin2015-08-033-119/+25
* [SPARK-9511] [SQL] Fixed Table Name ParsingJoseph Batchik2015-08-031-0/+2
* Two minor comments from code review on 191bf2689.Reynold Xin2015-08-031-1/+1
* [SPARK-9518] [SQL] cleanup generated UnsafeRowJoiner and fix bugDavies Liu2015-08-031-70/+32
* [SPARK-9240] [SQL] Hybrid aggregate operator using unsafe rowYin Huai2015-08-031-7/+12
* [SPARK-9549][SQL] fix bugs in expressionsYijie Shen2015-08-034-4/+18
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-028-21/+428
* [SPARK-9372] [SQL] Filter nulls in join keysYin Huai2015-08-023-25/+119
* [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joinsYin Huai2015-08-021-10/+77
* [SPARK-9546][SQL] Centralize orderable data type checking.Reynold Xin2015-08-0211-96/+138
* [SPARK-7937][SQL] Support comparison on StructTypeLiang-Chi Hsieh2015-08-029-12/+91
* [SPARK-9529] [SQL] improve TungstenSort on DecimalTypeDavies Liu2015-08-011-0/+13
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-014-19/+175
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-013-1/+138
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-012-0/+18
* [SPARK-9495] prefix of DateType/TimestampTypeDavies Liu2015-08-011-0/+2
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-012-1/+13
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-011-5/+46
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-012-1/+81
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-012-80/+1
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-0118-392/+588
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-312-1/+80
* [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and Aggr...Liang-Chi Hsieh2015-07-311-5/+11
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-312-0/+26
* [SPARK-9358][SQL] Code generation for UnsafeRow joiner.Reynold Xin2015-07-313-3/+246