aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8640] [SQL] Enable Processing of Multiple Window Frames in a Single Wi...Herman van Hovell2015-07-312-6/+9
* [SQL] address comments for to_date/truncDavies Liu2015-07-313-11/+11
* [SPARK-9500] add TernaryExpression to simplify ternary expressionsDavies Liu2015-07-314-326/+183
* [SPARK-9152][SQL] Implement code generation for Like and RLikeLiang-Chi Hsieh2015-07-304-22/+180
* [SPARK-8176] [SPARK-8197] [SQL] function to_date/ truncDaoyuan Wang2015-07-305-2/+155
* [SPARK-9489] Remove unnecessary compatibility and requirements checks from Ex...Josh Rosen2015-07-301-35/+0
* [SPARK-6319][SQL] Throw AnalysisException when using BinaryType on Join and A...Liang-Chi Hsieh2015-07-301-0/+20
* [SPARK-9425] [SQL] support DecimalType in UnsafeRowDavies Liu2015-07-3016-114/+192
* [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & m...Reynold Xin2015-07-302-16/+55
* [SPARK-8186] [SPARK-8187] [SPARK-8194] [SPARK-8198] [SPARK-9133] [SPARK-9290]...Daoyuan Wang2015-07-307-150/+581
* [SPARK-8174] [SPARK-8175] [SQL] function unix_timestamp, from_unixtimeDaoyuan Wang2015-07-303-4/+276
* [SPARK-9361] [SQL] Refactor new aggregation code to reduce the times of check...Liang-Chi Hsieh2015-07-303-2/+172
* [SPARK-9390][SQL] create a wrapper for array typeWenchen Fan2015-07-3017-97/+320
* Revert "[SPARK-9458] Avoid object allocation in prefix generation."Reynold Xin2015-07-301-1/+1
* [SPARK-8005][SQL] Input file nameJoseph Batchik2015-07-294-1/+57
* [SPARK-9428] [SQL] Add test cases for null inputs for expression unit testsYijie Shen2015-07-2913-79/+163
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-292-0/+38
* [SPARK-9462][SQL] Initialize nondeterministic expressions in code gen fallbac...Reynold Xin2015-07-292-6/+47
* [SPARK-9458] Avoid object allocation in prefix generation.Reynold Xin2015-07-291-1/+1
* [SPARK-9448][SQL] GenerateUnsafeProjection should not share expressions acros...Reynold Xin2015-07-292-6/+96
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-292-2/+9
* [SPARK-9430][SQL] Rename IntervalType to CalendarIntervalType.Reynold Xin2015-07-2917-62/+68
* [SPARK-9127][SQL] Rand/Randn codegen fails with long seed.Reynold Xin2015-07-291-2/+5
* [SPARK-9251][SQL] do not order by expressions which still need evaluationWenchen Fan2015-07-294-10/+101
* [SPARK-9281] [SQL] use decimal or double when parsing SQLDavies Liu2015-07-283-22/+46
* [SPARK-9398] [SQL] Datetime cleanupYijie Shen2015-07-283-43/+47
* [SPARK-8608][SPARK-8609][SPARK-9083][SQL] reset mutable states of nondetermin...Wenchen Fan2015-07-286-15/+28
* [SPARK-9422] [SQL] Remove the placeholder attributes used in the aggregation ...Yin Huai2015-07-281-3/+24
* [SPARK-9421] Fix null-handling bugs in UnsafeRow.getDouble, getFloat(), and g...Josh Rosen2015-07-282-13/+5
* [SPARK-9420][SQL] Move expressions in sql/core package to catalyst.Reynold Xin2015-07-285-9/+164
* [SPARK-8003][SQL] Added virtual column support to SparkJoseph Batchik2015-07-281-1/+1
* [SPARK-8196][SQL] Fix null handling & documentation for next_day.Reynold Xin2015-07-288-70/+123
* [SPARK-9373][SQL] follow up for StructType support in Tungsten projection.Reynold Xin2015-07-282-25/+21
* [SPARK-9402][SQL] Remove CodegenFallback from Abs / FormatNumber.Reynold Xin2015-07-282-3/+2
* [SPARK-9394][SQL] Handle parentheses in CodeFormatter.Reynold Xin2015-07-282-4/+34
* [MINOR] [SQL] Support mutable expression unit test with codegen projectionCheng Hao2015-07-271-1/+0
* [SPARK-9373][SQL] Support StructType in Tungsten projectionReynold Xin2015-07-278-51/+312
* [SPARK-8828] [SQL] Revert SPARK-5680Yijie Shen2015-07-271-66/+4
* [SPARK-9395][SQL] Create a SpecializedGetters interface to track all the spec...Reynold Xin2015-07-272-14/+69
* [SPARK-8195] [SPARK-8196] [SQL] udf next_day last_dayDaoyuan Wang2015-07-274-1/+149
* [SPARK-9369][SQL] Support IntervalType in UnsafeRowWenchen Fan2015-07-278-14/+50
* [SPARK-9351] [SQL] remove literals from grouping expressions in AggregateWenchen Fan2015-07-273-6/+34
* [SPARK-9376] [SQL] use a seed in RandomDataGeneratorSuiteWenchen Fan2015-07-271-1/+1
* [SPARK-9364] Fix array out of bounds and use-after-free bugs in UnsafeExterna...Josh Rosen2015-07-271-3/+6
* [SPARK-7943] [SPARK-8105] [SPARK-8435] [SPARK-8714] [SPARK-8561] Fixes multi-...Cheng Lian2015-07-273-5/+49
* [SPARK-9368][SQL] Support get(ordinal, dataType) generic getter in UnsafeRow.Reynold Xin2015-07-266-8/+58
* [SPARK-9306] [SQL] Don't use SortMergeJoin when joining on unsortable columnsLiang-Chi Hsieh2015-07-261-1/+1
* [SPARK-8867][SQL] Support list / describe function usageCheng Hao2015-07-266-11/+180
* [SPARK-9095] [SQL] Removes the old Parquet supportCheng Lian2015-07-261-6/+0
* [SPARK-9356][SQL]Remove the internal use of DecimalType.UnlimitedYijie Shen2015-07-262-15/+9