aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16524][SQL] Add RowBatch and RowBasedHashMapGeneratorQifan Pu2016-07-263-0/+541
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-111-9/+8
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-10/+13
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-301-0/+2
* [SPARK-16071][SQL] Checks size limit when doubling the array size in BufferHo...Sean Zhong2016-06-301-2/+14
* [SPARK-16271][SQL] Implement Hive's UDFXPathUtilpetermaxlee2016-06-281-0/+192
* [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapDataTakeshi YAMAMURO2016-06-271-0/+4
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-251-1/+3
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-111-3/+17
* [SPARK-15686][SQL] Move user-facing streaming classes into sql.streamingReynold Xin2016-06-011-1/+2
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-311-0/+54
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-111-0/+7
* [SPARK-14850][ML] convert primitive array from/to unsafe array directly in Ve...Wenchen Fan2016-04-292-3/+63
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-211-2/+4
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-191-5/+0
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-061-135/+0
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-261-2/+0
* [SPARK-13325][SQL] Create a 64-bit hashcode expressionHerman van Hovell2016-03-231-0/+192
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-231-0/+1
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+1
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-1/+3
* [SPARK-13790] Speed up ColumnVector's getDecimalNong Li2016-03-101-1/+1
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-091-1/+1
* [SPARK-13123][SQL] Implement whole state codegen for sortSameer Agarwal2016-02-291-6/+3
* [SPARK-12854][SQL] Implement complex types support in ColumnarBatchNong Li2016-01-261-2/+5
* [SPARK-12879] [SQL] improve the unsafe row writing frameworkWenchen Fan2016-01-252-39/+63
* [SPARK-12856] [SQL] speed up hashCode of unsafe arrayWenchen Fan2016-01-161-5/+2
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-151-30/+1
* [SPARK-12642][SQL] improve the hash expression to be decoupled from unsafe rowWenchen Fan2016-01-131-4/+0
* [SPARK-12573][SPARK-12574][SQL] Move SQL Parser from Hive to CatalystHerman van Hovell2016-01-061-0/+162
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-041-0/+4
* [SPARK-12589][SQL] Fix UnsafeRowParquetRecordReader to properly set the row l...Nong Li2016-01-041-0/+4
* [SPARK-12585] [SQL] move numFields to constructor of UnsafeRowDavies Liu2015-12-303-73/+35
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-042-2/+2
* [SPARK-11787][SPARK-11883][SQL][FOLLOW-UP] Cleanup for this patch.Nong Li2015-11-201-13/+46
* [SPARK-11787][SQL] Improve Parquet scan performance when using flat schemas.Nong Li2015-11-183-12/+49
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-121-7/+0
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-291-6/+1
* [SPARK-11313][SQL] implement cogroup on DataSets (support 2 datasets)Wenchen Fan2015-10-281-0/+1
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-251-1/+0
* [SPARK-11243][SQL] zero out padding bytes in UnsafeRowDavies Liu2015-10-231-5/+15
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-234-4/+5
* [SPARK-11243][SQL] output UnsafeRow from columnar cacheDavies Liu2015-10-213-53/+158
* [SPARK-11119] [SQL] cleanup for unsafe array and mapWenchen Fan2015-10-196-127/+105
* [SPARK-11090] [SQL] Constructor for Product types from InternalRowMichael Armbrust2015-10-131-0/+4
* [SPARK-10990] [SPARK-11018] [SQL] improve unrolling of complex typesDavies Liu2015-10-122-0/+24
* [SPARK-10914] UnsafeRow serialization breaks when two machines have different...Reynold Xin2015-10-081-3/+44
* [SPARK-10917] [SQL] improve performance of complex type in columnar cacheDavies Liu2015-10-071-1/+0
* [SPARK-10585] [SQL] [FOLLOW-UP] remove no-longer-necessary code for unsafe ge...Wenchen Fan2015-10-052-457/+0