From 79fe5e2aac68706b886172107f0ef66ea74abfa4 Mon Sep 17 00:00:00 2001 From: Sivakumar Mahalingam Date: Tue, 24 Oct 2023 19:18:44 +0400 Subject: [PATCH] readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ecaf71b..c06c3ad 100644 --- a/README.md +++ b/README.md @@ -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 +│ └── ... +└── ...