unionAll abstract method

UNION ALL - combines results from two queries (keeps duplicates)

Implementation

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