public ListQueryStream(rows as IList<T>):
Creates a stream that owns the supplied materialized rows.
rows
stream = ListQueryStream<Int>([1, 2, 3])