blob: afa61b74b183e8b75944b0f9a073c2cff1b76019 [file] [log] [blame]
--! qt:dataset:src
set hive.fetch.task.conversion=more;
DESCRIBE FUNCTION tanh;
DESCRIBE FUNCTION EXTENDED tanh;
SELECT tanh(null)
FROM src tablesample (1 rows);
SELECT tanh(1), tanh(6), tanh(-1.0)
FROM src tablesample (1 rows);