aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [MINOR] [SQL] Remove canEqual in RowLiang-Chi Hsieh2015-08-131-21/+0
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-131-5/+1
* [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal columnCheng Lian2015-08-135-4/+45
* [SPARK-9854] [SQL] RuleExecutor.timeMap should be thread-safeJosh Rosen2015-08-111-6/+9
* [SPARK-9785] [SQL] HashPartitioning compatibility should consider expression ...Josh Rosen2015-08-112-10/+60
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-1111-189/+126
* [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer ...Josh Rosen2015-08-101-3/+3
* [SPARK-9759] [SQL] improve decimal.times() and cast(int, decimalType)Davies Liu2015-08-102-32/+22
* [SPARK-9620] [SQL] generated UnsafeProjection should support many columns or ...Davies Liu2015-08-106-142/+207
* [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary s...Josh Rosen2015-08-091-16/+112
* [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if Data...Yijie Shen2015-08-092-2/+6
* [SPARK-9738] [SQL] remove FromUnsafe and add its codegen version to GenerateSafeWenchen Fan2015-08-083-106/+92
* [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-8382] [SQL] Improve Analysis Unit test frameworkWenchen Fan2015-08-075-127/+79
* [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-066-137/+154
* [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-066-154/+137
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-066-137/+154
* [SPARK-9644] [SQL] Support update DecimalType with precision > 18 in UnsafeRowDavies Liu2015-08-066-54/+154
* [SPARK-8266] [SQL] add function translatezhichao.li2015-08-064-3/+95
* [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering...Josh Rosen2015-08-057-25/+28
* [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