DB
FunctionsArray

array_jaccard_index

Calculates |A intersect B| divided by |A union B| using distinct tokens from each input array.

array_jaccard_index(…) → Float64

Kind · scalar

Calculates |A intersect B| divided by |A union B| using distinct tokens from each input array.

Part of the Array family.