LIST_DOT_PRODUCT
list_dot_product(list1, list2)
Section titled “list_dot_product(list1, list2)”- list1: FLOAT[]
- list2: FLOAT[]
Example
Section titled “Example”SELECT list_dot_product([1, 2, 3], [1, 2, 3]);SELECT list_dot_product([1, 2, 3], [1, 2, 3]);