aboutsummaryrefslogtreecommitdiff
path: root/unsafe
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10095] [SQL] use public API of BigIntegerDavies Liu2015-08-181-18/+0
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-151-1/+1
* [SPARK-9725] [SQL] fix serialization of UTF8String across different JVMDavies Liu2015-08-141-6/+25
* [SPARK-9946] [SPARK-9589] [SQL] fix NPE and thread-safety in TaskMemoryManagerDavies Liu2015-08-141-16/+28
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-1110-153/+124
* [SPARK-9728][SQL]Support CalendarIntervalType in HiveQLYijie Shen2015-08-082-0/+247
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-061-0/+6
* [SPARK-9644] [SQL] Support update DecimalType with precision > 18 in UnsafeRowDavies Liu2015-08-061-0/+26
* [SPARK-8266] [SQL] add function translatezhichao.li2015-08-062-0/+47
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-042-0/+6
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-042-2/+45
* [SPARK-9483] Fix UTF8String.getPrefix for big-endian.Matthew Brandyberry2015-08-031-10/+30
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-021-0/+3
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-021-1/+1
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-011-1/+12
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-012-0/+96
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-011-1/+3
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-011-6/+11
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-311-0/+29
* [SPARK-9464][SQL] Property checks for UTF8StringJosh Rosen2015-07-314-11/+280
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-312-1/+117
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-317-1128/+2
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-312-0/+101
* [SPARK-9460] Fix prefix generation for UTF8String.Reynold Xin2015-07-302-3/+41
* [SPARK-9460] Avoid byte array allocation in StringPrefixComparator.Reynold Xin2015-07-292-0/+20
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-293-30/+48
* [SPARK-9430][SQL] Rename IntervalType to CalendarIntervalType.Reynold Xin2015-07-292-48/+48
* [MINOR] [SQL] Support mutable expression unit test with codegen projectionCheng Hao2015-07-271-17/+15
* [SPARK-9334][SQL] Remove UnsafeRowConverter in favor of UnsafeProjection.Reynold Xin2015-07-252-0/+53
* [SPARK-9238] [SQL] Remove two extra useless entries for bytesOfCodePointInUTF8zhichao.li2015-07-241-1/+1
* [SPARK-9024] Unsafe HashJoin/HashOuterJoin/HashSemiJoinDavies Liu2015-07-221-3/+7
* [SPARK-9157] [SQL] codegen substringTarek Auel2015-07-202-0/+31
* [SPARK-9156][SQL] codegen StringSplitTarek Auel2015-07-202-0/+20
* [SPARK-9178][SQL] Add an empty string constant to UTF8StringTarek Auel2015-07-202-39/+39
* [SPARK-9155][SQL] codegen StringSpaceTarek Auel2015-07-202-0/+18
* [SPARK-8241][SQL] string function: concat_ws.Reynold Xin2015-07-192-18/+102
* [SPARK-8240][SQL] string function: concatReynold Xin2015-07-182-3/+51
* [SPARK-8945][SQL] Add add and subtract expressions for IntervalTypeLiang-Chi Hsieh2015-07-172-0/+54
* [Minor][SQL] Allow spaces in the beginning and ending of string for IntervalLiang-Chi Hsieh2015-07-152-0/+7
* [SPARK-9001] Fixing errors in javadocs that lead to failed build/sbt docJoseph Gonzalez2015-07-144-7/+11
* [SPARK-8944][SQL] Support casting between IntervalType and StringTypeWenchen Fan2015-07-132-0/+94
* [SPARK-8247] [SPARK-8249] [SPARK-8252] [SPARK-8254] [SPARK-8257] [SPARK-8258]...Cheng Hao2015-07-092-6/+279
* [SPARK-8938][SQL] Implement toString for Interval data typeWenchen Fan2015-07-092-0/+101
* [SPARK-8830] [SQL] native levenshtein distanceTarek Auel2015-07-092-2/+88
* [SPARK-8753][SQL] Create an IntervalType data typeWenchen Fan2015-07-081-0/+47
* [SPARK-7190] [SPARK-8804] [SPARK-7815] [SQL] unsafe UTF8StringDavies Liu2015-07-075-108/+205
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-271-1/+1
* [SPARK-8574] org/apache/spark/unsafe doesn't honor the java source/ta…Tom Graves2015-06-251-1/+1
* [SPARK-8432] [SQL] fix hashCode() and equals() of BinaryType in RowDavies Liu2015-06-232-7/+1
* [SPARK-8301] [SQL] Improve UTF8String substring/startsWith/endsWith/contains ...Tarek Auel2015-06-201-12/+18