From aabb2f2a45f5c58fe0cab4c5a13c5fae2da14ec2 Mon Sep 17 00:00:00 2001 From: Sivakumar Mahalingam Date: Mon, 24 Jul 2023 00:25:14 +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 dab2046..51137e9 100644 --- a/src/main/resources/mercury.hql +++ b/src/main/resources/mercury.hql @@ -1,6 +1,7 @@ --collect 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';