union abstract method

UNION - combines results from two queries (removes duplicates)

Implementation

QueryBuilderInterface<T> union(QueryBuilderInterface<T> query);