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 833deb4 commit aabb2f2
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
@@ -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';
Expand Down

0 comments on commit aabb2f2

Please sign in to comment.