aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11024][SQL] Optimize NULL in <inlist-expressions> by folding it to Lit...Dilip Biswal2015-10-312-1/+55
* [SPARK-11417] [SQL] no @Override in codegenDavies Liu2015-10-303-9/+0
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-291-6/+1
* [SPARK-10641][SQL] Add Skewness and Kurtosis Supportsethah2015-10-296-0/+469
* [SPARK-11379][SQL] ExpressionEncoder can't handle top level primitive type co...Wenchen Fan2015-10-292-1/+2
* [SPARK-11351] [SQL] support hive interval literalWenchen Fan2015-10-282-20/+103
* [SPARK-11377] [SQL] withNewChildren should not convert StructType to SeqMichael Armbrust2015-10-281-1/+3
* [SPARK-11313][SQL] implement cogroup on DataSets (support 2 datasets)Wenchen Fan2015-10-282-0/+40
* [SPARK-11347] [SQL] Support for joinWith in DatasetsMichael Armbrust2015-10-2711-516/+304
* [SPARK-11303][SQL] filter should not be pushed down into sampleYanbo Liang2015-10-271-4/+0
* [SPARK-11277][SQL] sort_array throws exception scala.MatchErrorJia Li2015-10-272-1/+12
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-251-1/+0
* [SPARK-6428][SQL] Removed unnecessary typecasts in MutableInt, MutableDouble ...Alexander Slesarenko2015-10-251-9/+9
* [SPARK-11243][SQL] zero out padding bytes in UnsafeRowDavies Liu2015-10-232-5/+35
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-2333-34/+49
* [SPARK-11116][SQL] First Draft of Dataset APIMichael Armbrust2015-10-2213-22/+495
* [SPARK-11216][SQL][FOLLOW-UP] add encoder/decoder for external rowWenchen Fan2015-10-224-16/+17
* [SPARK-11243][SQL] output UnsafeRow from columnar cacheDavies Liu2015-10-214-108/+160
* [SPARK-8654][SQL] Analysis exception when using NULL IN (...) : invalid castDilip Biswal2015-10-213-3/+32
* [SPARK-11233][SQL] register cosh in function registryShagun Sodhani2015-10-211-0/+1
* [SPARK-9740][SPARK-9592][SPARK-9210][SQL] Change the default behavior of Firs...Yin Huai2015-10-215-41/+172
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-213-3/+12
* [SPARK-10743][SQL] keep the name of expression if possible when do castWenchen Fan2015-10-211-17/+16
* [SPARK-10534] [SQL] ORDER BY clause allows only columns that are present in t...Dilip Biswal2015-10-212-1/+11
* [SPARK-11216] [SQL] add encoder/decoder for external rowWenchen Fan2015-10-219-54/+459
* [SPARK-11179] [SQL] Push filters through aggregatenitin goyal2015-10-212-0/+69
* [SPARK-11149] [SQL] Improve cache performance for primitive typesDavies Liu2015-10-203-44/+35
* [SPARK-11111] [SQL] fast null-safe joinDavies Liu2015-10-203-15/+77
* [SPARK-6740] [SQL] correctly parse NOT operator with comparison operationsWenchen Fan2015-10-203-8/+21
* [SPARK-10463] [SQL] remove PromotePrecision during optimizationDaoyuan Wang2015-10-201-3/+4
* [SPARK-11119] [SQL] cleanup for unsafe array and mapWenchen Fan2015-10-198-177/+157
* [SPARK-11124] JsonParser/Generator should be closed for resource recyclenavis.ryu2015-10-161-30/+26
* [SPARK-11076] [SQL] Add decimal support for floor and ceilCheng Hao2015-10-144-13/+91
* [SPARK-11017] [SQL] Support ImperativeAggregates in TungstenAggregateJosh Rosen2015-10-142-13/+37
* [SPARK-11113] [SQL] Remove DeveloperApi annotation from private classes.Reynold Xin2015-10-141-3/+0
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-149-141/+100
* [SPARK-11032] [SQL] correctly handle havingWenchen Fan2015-10-131-1/+1
* [SPARK-11090] [SQL] Constructor for Product types from InternalRowMichael Armbrust2015-10-139-159/+723
* [SPARK-11080] [SQL] Incorporate per-JVM id into ExprId to prevent unsafe cros...Josh Rosen2015-10-131-3/+12
* [SPARK-10990] [SPARK-11018] [SQL] improve unrolling of complex typesDavies Liu2015-10-125-9/+50
* [SPARK-10960] [SQL] SQL with windowing function should be able to refer colum...Liang-Chi Hsieh2015-10-121-0/+4
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-081-7/+21
* [SPARK-10914] UnsafeRow serialization breaks when two machines have different...Reynold Xin2015-10-081-3/+44
* [SPARK-8848] [SQL] Refactors Parquet write path to follow parquet-formatCheng Lian2015-10-081-1/+3
* [SPARK-10993] [SQL] Inital code generated encoder for product typesMichael Armbrust2015-10-088-2/+910
* Revert [SPARK-8654] [SQL] Fix Analysis exception when using NULL INMichael Armbrust2015-10-082-29/+2
* [SPARK-10887] [SQL] Build HashedRelation outside of HashJoinNode.Yin Huai2015-10-082-2/+4
* [SPARK-8654] [SQL] Fix Analysis exception when using NULL IN (...)Dilip Biswal2015-10-082-2/+29
* [SPARK-10998] [SQL] Show non-children in default Expression.toStringMichael Armbrust2015-10-081-1/+7
* [SPARK-10917] [SQL] improve performance of complex type in columnar cacheDavies Liu2015-10-072-1/+5