Skip to content

Commit

Permalink
Merge pull request #1 from sabarinathv/main
Browse files Browse the repository at this point in the history
Adding Hive UDF types
  • Loading branch information
sivakumar-mahalingam authored Feb 11, 2024
2 parents 53e88d5 + b8a9430 commit 18e881e
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 18e881e

Please sign in to comment.