aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-up (3)Herman van Hovell2015-11-101-4/+5
* [SPARK-9830][SPARK-11641][SQL][FOLLOW-UP] Remove AggregateExpression1 and upd...Yin Huai2015-11-107-50/+145
* [SPARK-10371][SQL] Implement subexpr elimination for UnsafeProjectionsNong Li2015-11-107-15/+460
* [SPARK-11590][SQL] use native json_tuple in lateral viewWenchen Fan2015-11-102-28/+25
* [SPARK-11578][SQL][FOLLOW-UP] complete the user facing api for typed aggregationWenchen Fan2015-11-101-0/+6
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-1035-1543/+364
* [SPARK-11564][SQL][FOLLOW-UP] improve java api for GroupedDatasetWenchen Fan2015-11-091-2/+2
* [SPARK-11564][SQL] Dataset Java API auditReynold Xin2015-11-081-6/+32
* [SPARK-11554][SQL] add map/flatMap to GroupedDatasetWenchen Fan2015-11-081-2/+2
* [SPARK-11451][SQL] Support single distinct count on multiple columns.Herman van Hovell2015-11-084-20/+71
* [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-upHerman van Hovell2015-11-071-23/+91
* [SPARK-9241][SQL] Supporting multiple DISTINCT columns (2) - Rewriting RuleHerman van Hovell2015-11-065-43/+237
* [SPARK-11269][SQL] Java API support & test cases for DatasetWenchen Fan2015-11-062-3/+141
* [SPARK-11450] [SQL] Add Unsafe Row processing to ExpandHerman van Hovell2015-11-061-1/+5
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-061-4/+4
* [SPARK-9858][SQL] Add an ExchangeCoordinator to estimate the number of post-s...Yin Huai2015-11-061-8/+0
* [SPARK-9162] [SQL] Implement code generation for ScalaUDFLiang-Chi Hsieh2015-11-061-2/+83
* [SPARK-11453][SQL][FOLLOW-UP] remove DecimalLitWenchen Fan2015-11-063-29/+35
* [SPARK-11528] [SQL] Typed aggregations for DatasetsMichael Armbrust2015-11-051-0/+4
* Revert "[SPARK-11469][SQL] Allow users to define nondeterministic udfs."Reynold Xin2015-11-051-6/+1
* [SPARK-11537] [SQL] fix negative hours/minutes/secondsDavies Liu2015-11-052-8/+28
* [SPARK-11505][SQL] Break aggregate functions into multiple filesReynold Xin2015-11-0416-949/+1219
* [SPARK-11490][SQL] variance should alias var_samp instead of var_pop.Reynold Xin2015-11-046-88/+12
* [SPARK-11329] [SQL] Cleanup from spark-11329 fix.Nong2015-11-032-17/+5
* [SPARK-10533][SQL] handle scientific notation in sqlParserDaoyuan Wang2015-11-032-2/+24
* [SPARK-10429] [SQL] make mutableProjection atomicDavies Liu2015-11-033-98/+97
* [SPARK-9858][SPARK-9859][SPARK-9861][SQL] Add an ExchangeCoordinator to estim...Yin Huai2015-11-031-0/+8
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-022-11/+12
* [SPARK-11469][SQL] Allow users to define nondeterministic udfs.Yin Huai2015-11-021-1/+6
* [SPARK-11329][SQL] Support star expansion for structs.Nong Li2015-11-023-36/+94
* [SPARK-11371] Make "mean" an alias for "avg" operatortedyu2015-11-021-0/+1
* [SPARK-9298][SQL] Add pearson correlation aggregation functionLiang-Chi Hsieh2015-11-014-0/+184
* [SPARK-11410][SQL] Add APIs to provide functionality similar to Hive's DISTRI...Nong Li2015-11-011-5/+14
* [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