aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8861][SPARK-8862][SQL] Add basic instrumentation to each SparkPlan ope...zsxwing2015-08-0521-48/+1710
* [SPARK-9360] [SQL] Support BinaryType in PrefixComparators for UnsafeExternal...Takeshi YAMAMURO2015-08-051-0/+2
* [SPARK-9581][SQL] Add unit test for JSON UDTEmiliano Leporati2015-08-052-1/+21
* [SPARK-9119] [SPARK-8359] [SQL] match Decimal.precision/scale with DecimalTypeDavies Liu2015-08-048-27/+48
* [SPARK-8231] [SQL] Add array_containsPedro Rodriguez2015-08-042-3/+54
* [SPARK-9513] [SQL] [PySpark] Add python API for DataFrame functionsDavies Liu2015-08-041-72/+8
* [SPARK-9598][SQL] do not expose generic getter in internal rowWenchen Fan2015-08-042-12/+14
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-042-79/+142
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-041-0/+32
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-041-0/+8
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-042-9/+8
* [SPARK-9577][SQL] Surface concrete iterator types in various sort classes.Reynold Xin2015-08-032-81/+61
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-1/+12
* Revert "[SPARK-9372] [SQL] Filter nulls in join keys"Reynold Xin2015-08-035-407/+2
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-0312-29/+224
* [SPARK-9554] [SQL] Enables in-memory partition pruning by defaultCheng Lian2015-08-031-1/+1
* [SQL][minor] Simplify UnsafeRow.calculateBitSetWidthInBytes.Reynold Xin2015-08-031-0/+10
* [SPARK-9511] [SQL] Fixed Table Name ParsingJoseph Batchik2015-08-031-0/+10
* [SPARK-9551][SQL] add a cheap version of copy for UnsafeRow to reuse a copy b...Wenchen Fan2015-08-031-0/+38
* [SPARK-9240] [SQL] Hybrid aggregate operator using unsafe rowYin Huai2015-08-0311-923/+1610
* [SPARK-9549][SQL] fix bugs in expressionsYijie Shen2015-08-031-7/+11
* [SPARK-9372] [SQL] Filter nulls in join keysYin Huai2015-08-025-2/+407
* [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joinsYin Huai2015-08-028-20/+70
* [SPARK-9546][SQL] Centralize orderable data type checking.Reynold Xin2015-08-022-16/+3
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-022-121/+119
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-028-135/+579
* [SPARK-9208][SQL] Sort DataFrame functions alphabetically.Reynold Xin2015-08-022-363/+291
* [SPARK-9529] [SQL] improve TungstenSort on DecimalTypeDavies Liu2015-08-012-12/+11
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-011-3/+7
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-013-49/+72
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-012-0/+18
* [SPARK-9495] prefix of DateType/TimestampTypeDavies Liu2015-08-011-2/+4
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-013-3/+149
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-012-0/+21
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-012-6/+64
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-012-64/+6
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-0111-80/+78
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-313-60/+67
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-312-6/+64
* [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and Aggr...Liang-Chi Hsieh2015-07-312-18/+0
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-312-1/+68
* [SPARK-9358][SQL] Code generation for UnsafeRow joiner.Reynold Xin2015-07-312-6/+4
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-314-6/+401
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-312-0/+17
* [SPARK-8640] [SQL] Enable Processing of Multiple Window Frames in a Single Wi...Herman van Hovell2015-07-312-11/+13
* [SQL] address comments for to_date/truncDavies Liu2015-07-311-0/+3
* [SPARK-8176] [SPARK-8197] [SQL] function to_date/ truncDaoyuan Wang2015-07-302-0/+60
* [SPARK-9489] Remove unnecessary compatibility and requirements checks from Ex...Josh Rosen2015-07-301-59/+17
* [SPARK-6319][SQL] Throw AnalysisException when using BinaryType on Join and A...Liang-Chi Hsieh2015-07-302-1/+19
* [SPARK-9425] [SQL] support DecimalType in UnsafeRowDavies Liu2015-07-307-11/+45