aboutsummaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2015-08-06 15:04:44 -0700
committerReynold Xin <rxin@databricks.com>2015-08-06 15:04:44 -0700
commit3504bf3aa9f7b75c0985f04ce2944833d8c5b5bd (patch)
tree8968e5ec73c6d139a974e5874e0087d9eba9575e /core/src
parent346209097e88fe79015359e40b49c32cc0bdc439 (diff)
downloadspark-3504bf3aa9f7b75c0985f04ce2944833d8c5b5bd.tar.gz
spark-3504bf3aa9f7b75c0985f04ce2944833d8c5b5bd.tar.bz2
spark-3504bf3aa9f7b75c0985f04ce2944833d8c5b5bd.zip
[SPARK-9630] [SQL] Clean up new aggregate operators (SPARK-9240 follow up)
This is the followup of https://github.com/apache/spark/pull/7813. It renames `HybridUnsafeAggregationIterator` to `TungstenAggregationIterator` and makes it only work with `UnsafeRow`. Also, I add a `TungstenAggregate` that uses `TungstenAggregationIterator` and make `SortBasedAggregate` (renamed from `SortBasedAggregate`) only works with `SafeRow`. Author: Yin Huai <yhuai@databricks.com> Closes #7954 from yhuai/agg-followUp and squashes the following commits: 4d2f4fc [Yin Huai] Add comments and free map. 0d7ddb9 [Yin Huai] Add TungstenAggregationQueryWithControlledFallbackSuite to test fall back process. 91d69c2 [Yin Huai] Rename UnsafeHybridAggregationIterator to TungstenAggregateIteraotr and make it only work with UnsafeRow.
Diffstat (limited to 'core/src')
0 files changed, 0 insertions, 0 deletions