aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-11754][SQL] consolidate `ExpressionEncoder.tuple` and `Encoders.tuple`Wenchen Fan2015-11-163-120/+108
* [SPARK-11743] [SQL] Add UserDefinedType support to RowEncoderLiang-Chi Hsieh2015-11-164-29/+139
* [SPARK-11752] [SQL] fix timezone problem for DateTimeUtils.getSecondsWenchen Fan2015-11-162-7/+9
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-1512-90/+275
* [SPARK-11736][SQL] Add monotonically_increasing_id to function registry.Yin Huai2015-11-141-1/+2
* [SPARK-11727][SQL] Split ExpressionEncoder into FlatEncoder and ProductEncoderWenchen Fan2015-11-139-273/+749
* [SPARK-11654][SQL][FOLLOW-UP] fix some mistakes and clean upWenchen Fan2015-11-131-4/+4
* [SPARK-11654][SQL] add reduce to GroupedDatasetMichael Armbrust2015-11-125-64/+103
* [SPARK-11420] Updating Stddev support via Imperative AggregateJihongMa2015-11-124-99/+43
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-125-25/+8
* [SPARK-11396] [SQL] add native implementation of datetime function to_unix_ti...Daoyuan Wang2015-11-113-5/+56
* [SPARK-8992][SQL] Add pivot to dataframe apiAndrew Ray2015-11-112-0/+56
* [SPARK-11645][SQL] Remove OpenHashSet for the old aggregate.Reynold Xin2015-11-113-204/+3
* [SPARK-11564][SQL][FOLLOW-UP] clean up java tuple encoderWenchen Fan2015-11-114-64/+15
* [SPARK-10371][SQL][FOLLOW-UP] fix code styleWenchen Fan2015-11-113-33/+30
* [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