Skip to content

Commit

Permalink
Adding Hive UDF types
Browse files Browse the repository at this point in the history
Co-authored-by: Sabarinath Velayudham <sanath_ind@yahoo.co.in>
Co-authored-by:  Sivakumar Mahalingam <sivasai2006@gmail.com>
  • Loading branch information
sabarinathv and sivakumar-mahalingam authored Feb 11, 2024
1 parent 53e88d5 commit b8a9430
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|------------|---------------------------------------------|
Expand All @@ -22,4 +23,4 @@ Mercury is a collection of UDFs for Hive.
│ ├── JaccardSimilarity
│ └── ...
└── ...
```
```

0 comments on commit b8a9430

Please sign in to comment.