Syntax
DESCRIBE FUNCTION {function_name};
Example
DESCRIBE FUNCTION year;
Above statement print the usage of year function.
hive> DESCRIBE FUNCTION year; OK year(date) - Returns the year of date Time taken: 0.026 seconds, Fetched: 1 row(s)
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Syntax
DESCRIBE FUNCTION {function_name};
Example
DESCRIBE FUNCTION year;
Above statement print the usage of year function.
hive> DESCRIBE FUNCTION year; OK year(date) - Returns the year of date Time taken: 0.026 seconds, Fetched: 1 row(s)
No comments:
Post a Comment