blob: e0081e499585ad0e6ec735f2f0c26ac5e04c12e2 [file] [log] [blame]
--! qt:dataset:alltypesorc
SET hive.vectorized.execution.enabled=true;
set hive.fetch.task.conversion=none;
-- HIVE-
explain vectorization expression
select count (distinct cint) from alltypesorc where cstring1;
select count (distinct cint) from alltypesorc where cstring1;
explain vectorization expression
select count (distinct cint) from alltypesorc where cint;
select count (distinct cint) from alltypesorc where cint;
explain vectorization expression
select count (distinct cint) from alltypesorc where cfloat;
select count (distinct cint) from alltypesorc where cfloat;
explain vectorization expression
select count (distinct cint) from alltypesorc where ctimestamp1;
select count (distinct cint) from alltypesorc where ctimestamp1;