SelectOperation.stream

Fetches all data into a range that can be iterated over or processed with regular range functions. Does not allocate an array to store the fetched data in, but may still use sparingly the GC in implementation.

struct SelectOperation(T, TSelect, bool hasWhere = false, bool hasOffset = false, bool hasLimit = false)
@safe return scope @trusted
static if(hasLimit || !hasOffset)
stream
()

Meta