Union (query directive)
From WandoraWiki
Description
Joins the results of inner directives by concatenating them. If the results from different directives have different roles, new columns will be added with null values to make roles of each row identical. Duplicate rows are not removed.
Constructor
Union(Directive d1,Directive d2,...)