Open pi-nathan opened 9 months ago
Add array contains, is contained, and overlaps comparisons.
Added shortcut values where possible. ARRAY[1, 2, 3] @> ARRAY[] is true, ARRAY[1, 2, 3] && ARRAY[] is false.
ARRAY[1, 2, 3] @> ARRAY[]
ARRAY[1, 2, 3] && ARRAY[]
Closes #164
Add array contains, is contained, and overlaps comparisons.
Added shortcut values where possible.
ARRAY[1, 2, 3] @> ARRAY[]
is true,ARRAY[1, 2, 3] && ARRAY[]
is false.Closes #164