Skip to content

Commit

Permalink
updated hql
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar-mahalingam committed Jul 23, 2023
1 parent aabb2f2 commit 14c84d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/mercury.hql
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 14c84d0

Please sign in to comment.