Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hive/LanguageManual/DDL" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL?action=diff&rev1=39&rev2=40

--------------------------------------------------

  {{{
  SHOW FUNCTIONS "a.*"
  }}}
- SHOW FUNCTIONS lists all the user defined functions matched with string. To 
get all functions use ".*"
+ SHOW FUNCTIONS lists all the user defined and builtin functions matching the 
regular expression. To get all functions use ".*"
  
  
  === Describe Table/Column ===

Reply via email to