aboutsummaryrefslogtreecommitdiff
path: root/unsafe/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-111-7/+7
* [SPARK-9728][SQL]Support CalendarIntervalType in HiveQLYijie Shen2015-08-081-0/+91
* [SPARK-8266] [SQL] add function translatezhichao.li2015-08-061-0/+31
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-041-0/+12
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-021-1/+1
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-011-0/+8
* [SPARK-9464][SQL] Property checks for UTF8StringJosh Rosen2015-07-312-1/+261
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-311-0/+38
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-313-443/+0
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-311-0/+48
* [SPARK-9460] Fix prefix generation for UTF8String.Reynold Xin2015-07-301-0/+8
* [SPARK-9460] Avoid byte array allocation in StringPrefixComparator.Reynold Xin2015-07-291-0/+11
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-291-10/+12
* [SPARK-9430][SQL] Rename IntervalType to CalendarIntervalType.Reynold Xin2015-07-291-36/+36
* [SPARK-9157] [SQL] codegen substringTarek Auel2015-07-201-0/+19
* [SPARK-9156][SQL] codegen StringSplitTarek Auel2015-07-201-0/+11
* [SPARK-9178][SQL] Add an empty string constant to UTF8StringTarek Auel2015-07-201-39/+37
* [SPARK-9155][SQL] codegen StringSpaceTarek Auel2015-07-201-0/+8
* [SPARK-8241][SQL] string function: concat_ws.Reynold Xin2015-07-191-12/+50
* [SPARK-8240][SQL] string function: concatReynold Xin2015-07-181-0/+14
* [SPARK-8945][SQL] Add add and subtract expressions for IntervalTypeLiang-Chi Hsieh2015-07-171-0/+38
* [Minor][SQL] Allow spaces in the beginning and ending of string for IntervalLiang-Chi Hsieh2015-07-151-0/+6
* [SPARK-8944][SQL] Support casting between IntervalType and StringTypeWenchen Fan2015-07-131-0/+46
* [SPARK-8247] [SPARK-8249] [SPARK-8252] [SPARK-8254] [SPARK-8257] [SPARK-8258]...Cheng Hao2015-07-091-6/+88
* [SPARK-8938][SQL] Implement toString for Interval data typeWenchen Fan2015-07-091-0/+59
* [SPARK-8830] [SQL] native levenshtein distanceTarek Auel2015-07-091-0/+24
* [SPARK-7190] [SPARK-8804] [SPARK-7815] [SQL] unsafe UTF8StringDavies Liu2015-07-072-41/+81
* [SPARK-8432] [SQL] fix hashCode() and equals() of BinaryType in RowDavies Liu2015-06-231-2/+0
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-112-1/+93
* [SPARK-7251] Perform sequential scan when iterating over BytesToBytesMapJosh Rosen2015-05-201-16/+149
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-131-0/+23
* [SPARK-7450] Use UNSAFE.getLong() to speed up BitSetMethods#anySet()tedyu2015-05-071-0/+7
* [SPARK-7288] Suppress compiler warnings due to use of sun.misc.Unsafe; add fa...Josh Rosen2015-04-302-2/+2
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-297-0/+588