aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9403] [SQL] Add codegen support in In and InSetLiang-Chi Hsieh2015-08-054-10/+106
* [SPARK-9141] [SQL] [MINOR] Fix comments of PR #7920Yin Huai2015-08-052-3/+3
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-058-79/+196
* [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-047-22/+73
* [SPARK-8231] [SQL] Add array_containsPedro Rodriguez2015-08-043-2/+92
* [SPARK-9432][SQL] Audit expression unit tests to make sure we pass the proper...Yijie Shen2015-08-045-4/+164
* [SPARK-9598][SQL] do not expose generic getter in internal rowWenchen Fan2015-08-049-96/+66
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-041-1/+1
* [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-043-99/+8
* [SPARK-9541] [SQL] DataTimeUtils cleanupYijie Shen2015-08-041-85/+57
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-043-0/+512
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-043-2/+34
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-1/+0
* Revert "[SPARK-9372] [SQL] Filter nulls in join keys"Reynold Xin2015-08-036-165/+35
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-031-0/+7
* [SQL][minor] Simplify UnsafeRow.calculateBitSetWidthInBytes.Reynold Xin2015-08-031-1/+1
* [SPARK-9511] [SQL] Fixed Table Name ParsingJoseph Batchik2015-08-031-0/+2
* Two minor comments from code review on 191bf2689.Reynold Xin2015-08-032-1/+3
* [SPARK-9518] [SQL] cleanup generated UnsafeRowJoiner and fix bugDavies Liu2015-08-032-72/+37
* [SPARK-9551][SQL] add a cheap version of copy for UnsafeRow to reuse a copy b...Wenchen Fan2015-08-031-0/+32
* [SPARK-9240] [SQL] Hybrid aggregate operator using unsafe rowYin Huai2015-08-031-7/+12
* [SPARK-9549][SQL] fix bugs in expressionsYijie Shen2015-08-038-36/+68
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-0215-31/+1292
* [SPARK-9372] [SQL] Filter nulls in join keysYin Huai2015-08-026-35/+165
* [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joinsYin Huai2015-08-022-11/+78
* [SPARK-9546][SQL] Centralize orderable data type checking.Reynold Xin2015-08-0213-128/+170
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-021-0/+6
* [SPARK-7937][SQL] Support comparison on StructTypeLiang-Chi Hsieh2015-08-0210-14/+93
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-022-5/+7
* [SPARK-9529] [SQL] improve TungstenSort on DecimalTypeDavies Liu2015-08-013-2/+19
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-016-23/+224
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-015-11/+222
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-013-0/+30
* [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-012-6/+60
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-013-1/+103
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-013-102/+1
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-0122-403/+601
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-311-0/+30
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-313-1/+102
* [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and Aggr...Liang-Chi Hsieh2015-07-312-7/+77
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-313-0/+57
* [SPARK-9358][SQL] Code generation for UnsafeRow joiner.Reynold Xin2015-07-317-4/+540
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-312-355/+0
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-313-0/+45
* [SPARK-9233] [SQL] Enable code-gen in window function unit testsYin Huai2015-07-311-2/+7