blob: 4a6aa0271e3003413819ea2c3c2560636f9936e4 [file] [log] [blame]
--! qt:dataset:src
set hive.fetch.task.conversion=more;
DESCRIBE FUNCTION negative;
DESCRIBE FUNCTION EXTENDED negative;
-- synonym
DESCRIBE FUNCTION -;
DESCRIBE FUNCTION EXTENDED -;
select - null from src tablesample (1 rows);
select - cast(null as int) from src tablesample (1 rows);
select - cast(null as smallint) from src tablesample (1 rows);
select - cast(null as bigint) from src tablesample (1 rows);
select - cast(null as double) from src tablesample (1 rows);
select - cast(null as float) from src tablesample (1 rows);