Skip to main content

union

union adds the items in the operand to the input context.

ContextType
Inputany set or collection
Outputa set or collection the same type as the input
ParameterType
operanda set or collection of the same type as the input

Examples

Finds all aircraft including airplanes and helicopters:

objects(type="airplane").union(objects(type="helicopter"))