GlareDB

List Function Reference

array_distance

Compute the Euclidean distance between two lists. Both lists must be the same length and cannot contain NULLs.

l2_distance

Compute the Euclidean distance between two lists. Both lists must be the same length and cannot contain NULLs.

list_extract

Extract an item from the list. Used 1-based indexing.

unnest

Converts a list into a table with one row per list element.