unionAll abstract method
UNION ALL - combines results from two queries (keeps duplicates)
Implementation
QueryBuilderInterface<T> unionAll(QueryBuilderInterface<T> query);
UNION ALL - combines results from two queries (keeps duplicates)
QueryBuilderInterface<T> unionAll(QueryBuilderInterface<T> query);