aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-8752][SQL] Add ExpectsInputTypes trait for defining expected input types.Reynold Xin2015-07-017-24/+44
* [SPARK-8749][SQL] Remove HiveTypeCoercion trait.Reynold Xin2015-07-013-44/+33
* [SPARK-8748][SQL] Move castability test out from Cast case class into Cast ob...Reynold Xin2015-06-301-66/+78
* [SPARK-8628] [SQL] Race condition in AbstractSparkSQLParser.parseVinod K C2015-06-302-3/+5
* [SPARK-6785] [SQL] fix DateTimeUtils for dates before 1970Christian Kadner2015-06-302-4/+44
* [SPARK-8713] Make codegen thread safeDavies Liu2015-06-307-43/+19
* [SPARK-8236] [SQL] misc functions: crc32Shilei2015-06-303-0/+49
* [SPARK-8680] [SQL] Slightly improve PropagateTypesLiang-Chi Hsieh2015-06-301-14/+16
* [SPARK-8723] [SQL] improve divide and remainder code genWenchen Fan2015-06-301-18/+36
* [SPARK-8590] [SQL] add code gen for ExtractValueWenchen Fan2015-06-3011-101/+199
* [SPARK-8721][SQL] Rename ExpectsInputTypes => AutoCastInputTypes.Reynold Xin2015-06-296-79/+71
* [SPARK-8589] [SQL] cleanup DateTimeUtilsWenchen Fan2015-06-292-56/+57
* [SPARK-8710] [SQL] Change ScalaReflection.mirror from a val to a def.Yin Huai2015-06-291-2/+6
* [SPARK-8579] [SQL] support arbitrary object in UnsafeRowDavies Liu2015-06-299-299/+611
* [SPARK-8478] [SQL] Harmonize UDF-related code to use uniformly UDF instead of...BenFradet2015-06-291-2/+2
* [SPARK-8056][SQL] Design an easier way to construct schema for both Scala and...Ilya Ganelin2015-06-293-2/+135
* [SPARK-8214] [SQL] Add function hexzhichao.li2015-06-293-5/+96
* [SPARK-8235] [SQL] misc function sha / sha1Tarek Auel2015-06-293-1/+39
* [SPARK-8692] [SQL] re-order the case statements that handling catalyst data t...Wenchen Fan2015-06-293-14/+10
* [SPARK-8677] [SQL] Fix non-terminating decimal expansion for decimal divide o...Liang-Chi Hsieh2015-06-282-2/+14
* [SPARK-8610] [SQL] Separate Row and InternalRow (part 2)Davies Liu2015-06-2814-444/+166
* [SPARK-8635] [SQL] improve performance of CatalystTypeConvertersWenchen Fan2015-06-252-25/+38
* [SPARK-8620] [SQL] cleanup CodeGenContextWenchen Fan2015-06-254-88/+82
* [SPARK-8237] [SQL] Add misc function sha2Liang-Chi Hsieh2015-06-253-4/+109
* Two minor SQL cleanup (compiler warning & indent).Reynold Xin2015-06-242-4/+4
* [SPARK-8075] [SQL] apply type check interface to more expressionsWenchen Fan2015-06-2419-283/+336
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-241-2/+7
* [SPARK-7289] handle project -> limit -> sort efficientlyWenchen Fan2015-06-242-27/+29
* [SPARK-7088] [SQL] Fix analysis for 3rd party logical plan.Santiago M. Mola2015-06-242-18/+32
* [SPARK-8371] [SQL] improve unit test for MaxOf and MinOf and fix bugsWenchen Fan2015-06-232-16/+34
* [SPARK-8432] [SQL] fix hashCode() and equals() of BinaryType in RowDavies Liu2015-06-238-128/+138
* [SPARK-7235] [SQL] Refactor the grouping setsCheng Hao2015-06-234-69/+76
* [SPARK-8300] DataFrame hint for broadcast join.Reynold Xin2015-06-231-0/+8
* [SPARK-8359] [SQL] Fix incorrect decimal precision after multiplicationLiang-Chi Hsieh2015-06-222-2/+9
* [SPARK-8307] [SQL] improve timestamp from parquetDavies Liu2015-06-228-44/+88
* [SPARK-7153] [SQL] support all integral type ordinal in GetArrayItemWenchen Fan2015-06-223-2/+21
* [SPARK-8492] [SQL] support binaryType in UnsafeRowDavies Liu2015-06-224-46/+72
* [SPARK-8104] [SQL] auto alias expressions in analyzerWenchen Fan2015-06-228-75/+115
* [SPARK-8301] [SQL] Improve UTF8String substring/startsWith/endsWith/contains ...Tarek Auel2015-06-202-6/+4
* [SPARK-8420] [SQL] Fix comparision of timestamps/dates with stringsMichael Armbrust2015-06-192-3/+23
* [SPARK-8461] [SQL] fix codegen with REPL class loaderDavies Liu2015-06-195-34/+18
* [SPARK-8234][SQL] misc function: md5Shilei2015-06-193-0/+85
* [SPARK-8207] [SQL] Add math function binLiang-Chi Hsieh2015-06-193-8/+60
* [SPARK-8218][SQL] Binary log math function update.Reynold Xin2015-06-181-0/+4