For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overlaps

The Overlaps keyword checks 2 sets of concepts to see if at least one concept is available in both sets.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

concept_set_a Overlaps concept_set_b

{ 'Orange', 'Blue' } Overlaps { 'Blue, 'Red', 'Orange' } => Yes

{ 'Orange', 'Yellow' } Overlaps { 'Blue, 'Red' } => No

Last updated

Was this helpful?