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