Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar-mahalingam committed Oct 24, 2023
1 parent 79fe5e2 commit 8f4e917
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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
│ └── ...
└── ...
.
├── ...
├── collect
│ ├── ArrayIntersection
│ ├── ArraySort
│ ├── ArraySubtract
│ ├── ArrayUnion
│ └── ...
├── statistcs
│ ├── JaccardSimilarity
│ └── ...
└── ...

0 comments on commit 8f4e917

Please sign in to comment.