From 14c84d09f589e7c3c808cf9463636df98d8647e6 Mon Sep 17 00:00:00 2001 From: Sivakumar Mahalingam Date: Mon, 24 Jul 2023 00:27:33 +0400 Subject: [PATCH] updated hql --- src/main/resources/mercury.hql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mercury.hql b/src/main/resources/mercury.hql index 51137e9..291fc37 100644 --- a/src/main/resources/mercury.hql +++ b/src/main/resources/mercury.hql @@ -3,6 +3,7 @@ CREATE FUNCTION array_intersection AS 'mercury.udf.collect.ArrayIntersection'; CREATE FUNCTION array_union AS 'mercury.udf.collect.ArrayUnion'; CREATE FUNCTION array_sort AS 'mercury.udf.collect.ArraySort'; + --statistics CREATE FUNCTION jaccard_similarity AS 'mercury.udf.statistics.JaccardSimilarity';