Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar-mahalingam committed Oct 24, 2023
1 parent 7a54175 commit 79fe5e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ Mercury is a collection of UDFs for Hive.
|------------|---------------------------------------------|
| collect | Deals with collections (Array, Map, Struct) |
| statistics | Deals with statistical operations |

.
├── ...
├── collect
│ ├── ArrayIntersection
│ ├── ArraySort
│ ├── ArraySubtract
│ ├── ArrayUnion
│ └── ...
├── statistcs
│ ├── JaccardSimilarity
│ └── ...
└── ...

0 comments on commit 79fe5e2

Please sign in to comment.