Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: in Permanent Functions, change jira link from HIVE-6380 to parent HIVE-6047

...

Info
titleVersion information

As of Hive 0.13.0 (HIVE-63806047)

Code Block
CREATE FUNCTION [db_name.]function_name AS class_name [USING JAR|FILE|ARCHIVE 'file_uri' [, JAR|FILE|ARCHIVE 'file_uri'] ]

...

Info
titleVersion information

As of Hive 0.13.0 (HIVE-63806047)

Code Block
DROP FUNCTION [IF EXISTS] function_name

...