mirror of
https://github.com/apache/impala.git
synced 2026-01-04 00:00:56 -05:00
This patch implements codegen support for aggregations with decimal input and intermediate type. For the following benchmark query: SELECT l_discount, count(*) AS cnt FROM biglineitem GROUP BY l_discount HAVING cnt > 9999999999999 Query time went from 8.85s to 3.74s (2.4x faster). Change-Id: I25934fcd6324e5bf1fa6859496107bf2ec68b8d3 Reviewed-on: http://gerrit.cloudera.org:8080/2050 Reviewed-by: Skye Wanderman-Milne <skye@cloudera.com> Tested-by: Internal Jenkins
11 KiB
11 KiB