From b8a9430a6af35664d364e74c4ab14aea8bb7e885 Mon Sep 17 00:00:00 2001 From: Sabarinath Velayudham Date: Sun, 11 Feb 2024 20:56:38 +0530 Subject: [PATCH] Adding Hive UDF types Co-authored-by: Sabarinath Velayudham Co-authored-by: Sivakumar Mahalingam --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b14921b..0a3ca7c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # ⚗️Mercury -Mercury is a collection of UDFs for Hive. +Mercury is a collection of UDFs for Hive. +There are two types of Hive UDFs: simple and generic. While simple UDFs are easier to construct, they are less flexible and generally less efficient. | Category | Description | |------------|---------------------------------------------| @@ -22,4 +23,4 @@ Mercury is a collection of UDFs for Hive. │ ├── JaccardSimilarity │ └── ... └── ... -``` \ No newline at end of file +```