aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-8363][SQL] Move sqrt to math and extend UnaryMathExpressionLiang-Chi Hsieh2015-06-186-50/+12
* [SPARK-8283][SQL] Resolve udf_struct test failure in HiveCompatibilitySuiteYijie Shen2015-06-171-4/+9
* [SPARK-8218][SQL] Add binary log math functionLiang-Chi Hsieh2015-06-173-0/+39
* [SPARK-8381][SQL]reuse typeConvert when convert Seq[Row] to catalyst typeLianhui Wang2015-06-172-12/+2
* [SPARK-7067] [SQL] fix bug when use complex nested fields in ORDER BYWenchen Fan2015-06-174-66/+62
* [SPARK-8010] [SQL] Promote types to StringType as implicit conversion in non-...OopsOutOfMemory2015-06-171-3/+17
* [SPARK-8077] [SQL] Optimization for TreeNodes with large numbers of childrenMichael Davies2015-06-172-12/+17
* [SPARK-7199] [SQL] Add date and timestamp support to UnsafeRowLiang-Chi Hsieh2015-06-174-4/+39
* [SPARK-8220][SQL]Add positive identify functiondragonli2015-06-163-0/+20
* [SPARK-7184] [SQL] enable codegen by defaultDavies Liu2015-06-1511-61/+69
* SPARK-8336 Fix NullPointerException with functions.rand()tedyu2015-06-152-1/+38
* [SPARK-6583] [SQL] Support aggregate functions in ORDER BYYadong Qi2015-06-151-3/+16
* [SPARK-8362] [SQL] Add unit tests for +, -, *, /, %Reynold Xin2015-06-142-105/+99
* [SPARK-8358] [SQL] Wait for child resolution when resolving generatorsMichael Armbrust2015-06-141-2/+4
* [SPARK-8354] [SQL] Fix off-by-factor-of-8 error when allocating scratch space...Josh Rosen2015-06-142-16/+16
* [SPARK-8342][SQL] Fix Decimal setOrNullLiang-Chi Hsieh2015-06-132-1/+7
* [SPARK-8349] [SQL] Use expression constructors (rather than apply) in Functio...Reynold Xin2015-06-135-32/+22