blob: b8fd79e8bfa3b063a96ac71d988b2f2b7069dc7e [file] [log] [blame]
--! qt:dataset:alltypesorc
SET hive.vectorized.execution.enabled=true;
set hive.fetch.task.conversion=none;
-- SORT_QUERY_RESULTS
EXPLAIN VECTORIZATION DETAIL
SELECT SUM(cint),
(SUM(cint) * -563),
(-3728 + SUM(cint)),
STDDEV_POP(cdouble),
(-(STDDEV_POP(cdouble))),
AVG(cdouble),
((SUM(cint) * -563) % SUM(cint)),
(((SUM(cint) * -563) % SUM(cint)) / AVG(cdouble)),
VAR_POP(cdouble),
(-((((SUM(cint) * -563) % SUM(cint)) / AVG(cdouble)))),
((-3728 + SUM(cint)) - (SUM(cint) * -563)),
MIN(ctinyint),
MIN(ctinyint),
(MIN(ctinyint) * (-((((SUM(cint) * -563) % SUM(cint)) / AVG(cdouble)))))
FROM alltypesorc
WHERE (((csmallint >= cint)
OR ((-89010 >= ctinyint)
AND (cdouble > 79.553)))
OR ((-563 != cbigint)
AND ((ctinyint != cbigint)
OR (-3728 >= cdouble))));
SELECT SUM(cint),
(SUM(cint) * -563),
(-3728 + SUM(cint)),
STDDEV_POP(cdouble),
(-(STDDEV_POP(cdouble))),
AVG(cdouble),
((SUM(cint) * -563) % SUM(cint)),
(((SUM(cint) * -563) % SUM(cint)) / AVG(cdouble)),
VAR_POP(cdouble),
(-((((SUM(cint) * -563) % SUM(cint)) / AVG(cdouble)))),
((-3728 + SUM(cint)) - (SUM(cint) * -563)),
MIN(ctinyint),
MIN(ctinyint),
(MIN(ctinyint) * (-((((SUM(cint) * -563) % SUM(cint)) / AVG(cdouble)))))
FROM alltypesorc
WHERE (((csmallint >= cint)
OR ((-89010 >= ctinyint)
AND (cdouble > 79.553)))
OR ((-563 != cbigint)
AND ((ctinyint != cbigint)
OR (-3728 >= cdouble))));