Fetches all result data into one array. Uses the GC to allocate the data, so it's not needed to keep track of how long objects live by the user.
See Implementation
Fetches all result data into one array. Uses the GC to allocate the data, so it's not needed to keep track of how long objects live by the user.