aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8995] [SQL] cast date strings like '2015-01-01 12:15:31' to dateTarek Auel2015-07-164-15/+562
* [SPARK-8972] [SQL] Incorrect result for rollupCheng Hao2015-07-151-3/+39
* [SPARK-9068][SQL] refactor the implicit type cast codeWenchen Fan2015-07-1513-126/+81
* [SPARK-8245][SQL] FormatNumber/Length Support for ExpressionCheng Hao2015-07-153-20/+132
* [SPARK-9060] [SQL] Revert SPARK-8359, SPARK-8800, and SPARK-8677Yin Huai2015-07-152-37/+2
* [SPARK-9086][SQL] Remove BinaryNode from TreeNode.Reynold Xin2015-07-153-13/+20
* [SPARK-9071][SQL] MonotonicallyIncreasingID and SparkPartitionID should be ma...Reynold Xin2015-07-151-2/+8
* [SPARK-8221][SQL]Add pmod functionzhichao.li2015-07-154-1/+116
* [SPARK-9020][SQL] Support mutable state in code gen expressionsWenchen Fan2015-07-156-63/+128
* [HOTFIX][SQL] Unit test breaking.Reynold Xin2015-07-151-3/+3
* [SPARK-8279][SQL]Add math function roundYijie Shen2015-07-145-8/+280
* [SPARK-8993][SQL] More comprehensive type checking in expressions.Reynold Xin2015-07-1416-164/+309
* [SPARK-9045] Fix Scala 2.11 build break in UnsafeExternalRowSorterJosh Rosen2015-07-141-4/+7
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-1/+2
* [SPARK-8800] [SQL] Fix inaccurate precision/scale of Decimal division operationLiang-Chi Hsieh2015-07-142-4/+20
* [SPARK-9029] [SQL] shortcut CaseKeyWhen if key is nullWenchen Fan2015-07-141-24/+24
* [SPARK-6851] [SQL] function least/greatest follow upDaoyuan Wang2015-07-142-43/+52
* [SPARK-8636] [SQL] Fix equalNullSafe comparisonVinod K C2015-07-132-9/+6
* [SPARK-8944][SQL] Support casting between IntervalType and StringTypeWenchen Fan2015-07-132-1/+26
* [SPARK-8203] [SPARK-8204] [SQL] conditional function: least/greatestDaoyuan Wang2015-07-133-1/+185
* [SPARK-8970][SQL] remove unnecessary abstraction for ExtractValueWenchen Fan2015-07-103-32/+15
* [SPARK-7078] [SPARK-7079] Binary processing sort for Spark SQLJosh Rosen2015-07-103-3/+247
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-104-0/+8
* [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