spark-instrumented-optimizer/sql/catalyst/src/main
Sameer Agarwal b29bc3f515 [SPARK-14680] [SQL] Support all datatypes to use VectorizedHashmap in TungstenAggregate
## What changes were proposed in this pull request?

This PR adds support for all primitive datatypes, decimal types and stringtypes in the VectorizedHashmap during aggregation.

## How was this patch tested?

Existing tests for group-by aggregates should already test for all these datatypes. Additionally, manually inspected the generated code for all supported datatypes (details below).

Author: Sameer Agarwal <sameer@databricks.com>

Closes #12440 from sameeragarwal/all-datatypes.
2016-04-21 21:31:01 -07:00
..
antlr4/org/apache/spark/sql/catalyst/parser [SPARK-14398][SQL] Audit non-reserved keyword list in ANTLR4 parser 2016-04-19 09:09:58 +02:00
java/org/apache/spark/sql [SPARK-14724] Use radix sort for shuffles and sort operator when possible 2016-04-21 16:48:51 -07:00
scala/org/apache/spark/sql [SPARK-14680] [SQL] Support all datatypes to use VectorizedHashmap in TungstenAggregate 2016-04-21 21:31:01 -07:00