Splits up a query into multiple smaller queries if necessary Additional queries are stored in additionalQueries
Return
the initial query if it is small enough, otherwise a query that can be executed
Parameters
query
the query to split up
Splits up a query into multiple smaller queries if necessary Additional queries are stored in additionalQueries
the initial query if it is small enough, otherwise a query that can be executed
the query to split up