aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7902] [SPARK-6289] [SPARK-8685] [SQL] [PYSPARK] Refactor of serializat...Davies Liu2015-07-091-0/+12
* [SPARK-8247] [SPARK-8249] [SPARK-8252] [SPARK-8254] [SPARK-8257] [SPARK-8258]...Cheng Hao2015-07-093-6/+450
* [SPARK-8938][SQL] Implement toString for Interval data typeWenchen Fan2015-07-091-6/+18
* [SPARK-8926][SQL] Code review followup.Reynold Xin2015-07-094-6/+23
* [SPARK-8948][SQL] Remove ExtractValueWithOrdinal abstract classReynold Xin2015-07-091-20/+34
* [SPARK-8830] [SQL] native levenshtein distanceTarek Auel2015-07-092-5/+9
* [SPARK-8942][SQL] use double not decimal when cast double and float to timestampWenchen Fan2015-07-091-12/+6
* [SPARK-8926][SQL] Good errors for ExpectsInputType expressionsMichael Armbrust2015-07-0812-142/+255
* [SPARK-8932] Support copy() for UnsafeRows that do not use ObjectPoolsJosh Rosen2015-07-084-19/+87
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-085-38/+38
* [SPARK-6123] [SPARK-6775] [SPARK-6776] [SQL] Refactors Parquet read path for ...Cheng Lian2015-07-082-1/+10
* [SPARK-8783] [SQL] CTAS with WITH clause does not workKeuntae Park2015-07-081-1/+1
* [SPARK-8753][SQL] Create an IntervalType data typeWenchen Fan2015-07-084-20/+110
* [SPARK-8883][SQL]Remove the OverrideFunctionRegistryCheng Hao2015-07-081-13/+0
* [SPARK-8879][SQL] Remove EmptyRow class.Reynold Xin2015-07-073-20/+9
* [SPARK-8878][SQL] Improve unit test coverage for bitwise expressions.Reynold Xin2015-07-071-47/+61
* [SPARK-7190] [SPARK-8804] [SPARK-7815] [SQL] unsafe UTF8StringDavies Liu2015-07-073-4/+5
* [SPARK-8876][SQL] Remove InternalRow type alias in expressions package.Reynold Xin2015-07-0736-19/+45
* [SPARK-8794] [SQL] Make PrunedScan work for SampleLiang-Chi Hsieh2015-07-072-0/+34
* [SPARK-8759][SQL] add default eval to binary and unary expression according t...Wenchen Fan2015-07-0611-543/+292
* [SPARK-8588] [SQL] Regression testYin Huai2015-07-061-0/+21
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-063-46/+64
* [SPARK-8837][SPARK-7114][SQL] support using keyword in column nameWenchen Fan2015-07-061-10/+18
* [SPARK-8831][SQL] Support AbstractDataType in TypeCollection.Reynold Xin2015-07-053-6/+12
* [SQL][Minor] Update the DataFrame API for encode/decodeCheng Hao2015-07-051-10/+11
* [SPARK-8822][SQL] clean up type checking in math.scala.Reynold Xin2015-07-042-168/+123
* [SQL] More unit tests for implicit type cast & add simpleString to AbstractDa...Reynold Xin2015-07-047-4/+42
* [SPARK-8270][SQL] levenshtein distanceTarek Auel2015-07-043-0/+42
* [SPARK-8238][SPARK-8239][SPARK-8242][SPARK-8243][SPARK-8268][SQL]Add ascii/ba...Cheng Hao2015-07-033-5/+177
* [SPARK-8777] [SQL] Add random data generator test utilities to Spark SQLJosh Rosen2015-07-033-0/+319
* [SPARK-8192] [SPARK-8193] [SQL] udf current_date, current_timestampDaoyuan Wang2015-07-033-1/+94
* [SPARK-8572] [SQL] Type coercion for ScalaUDFsCheolsoo Park2015-07-032-3/+6
* [SPARK-8226] [SQL] Add function shiftrightunsignedzhichao.li2015-07-033-0/+63
* [SPARK-8809][SQL] Remove ConvertNaNs analyzer rule.Reynold Xin2015-07-031-33/+0
* [SPARK-8801][SQL] Support TypeCollection in ExpectsInputTypesReynold Xin2015-07-028-38/+140
* Minor style fix for the previous commit.Reynold Xin2015-07-021-9/+4
* [SPARK-8213][SQL]Add function factorialzhichao.li2015-07-023-2/+94
* [SPARK-8782] [SQL] Fix code generation for ORDER BY NULLJosh Rosen2015-07-021-0/+1
* Revert "[SPARK-8784] [SQL] Add Python API for hex and unhex"Reynold Xin2015-07-023-86/+76
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-023-76/+86
* [SPARK-8772][SQL] Implement implicit type cast for expressions that define in...Reynold Xin2015-07-0225-169/+213
* [SPARK-8407] [SQL] complex type constructors: struct and named_structYijie Shen2015-07-024-2/+83
* [SPARK-8747] [SQL] fix EqualNullSafe for binary typeWenchen Fan2015-07-022-47/+78
* [SPARK-8223] [SPARK-8224] [SQL] shift left and shift rightTarek Auel2015-07-023-1/+127
* [SPARK-8227] [SQL] Add function unhexzhichao.li2015-07-013-0/+59
* [SPARK-8770][SQL] Create BinaryOperator abstract class.Reynold Xin2015-07-0112-136/+172
* Revert "[SPARK-8770][SQL] Create BinaryOperator abstract class."Reynold Xin2015-07-0112-170/+135
* [SPARK-8770][SQL] Create BinaryOperator abstract class.Reynold Xin2015-07-0112-135/+170
* [QUICKFIX] [SQL] fix copy of generated rowDavies Liu2015-07-012-1/+4
* [SPARK-8621] [SQL] support empty string as column nameWenchen Fan2015-07-011-2/+2