LIST_NEGATIVE_DOT_PRODUCT
list_negative_dot_product(list1, list2)
Section titled “list_negative_dot_product(list1, list2)”- list1: DOUBLE[]
- list2: DOUBLE[]
Example
Section titled “Example”SELECT list_negative_dot_product([1, 2, 3], [1, 2, 3]);SELECT list_negative_dot_product([1, 2, 3], [1, 2, 3]);