blob: 4115c2974d5ea767806ed9c4e795d3e18f1536ce [file] [log] [blame]
--! qt:dataset:alltypesparquet
SET hive.vectorized.execution.enabled=true;
set hive.fetch.task.conversion=none;
-- SORT_QUERY_RESULTS
EXPLAIN VECTORIZATION EXPRESSION
SELECT cstring1,
cboolean1,
cdouble,
ctimestamp1,
(-3728 * csmallint),
(cdouble - 9763215.5639),
(-(cdouble)),
((-(cdouble)) + 6981),
(cdouble * -5638.15)
FROM alltypesparquet
WHERE ((cstring2 = cstring1)
OR ((ctimestamp1 IS NULL)
AND (cstring1 LIKE '%a')));
SELECT cstring1,
cboolean1,
cdouble,
ctimestamp1,
(-3728 * csmallint),
(cdouble - 9763215.5639),
(-(cdouble)),
((-(cdouble)) + 6981),
(cdouble * -5638.15)
FROM alltypesparquet
WHERE ((cstring2 = cstring1)
OR ((ctimestamp1 IS NULL)
AND (cstring1 LIKE '%a')));