Support streaming output rows
Closed this issue · 1 comments
edongashi commented
QueryEngine should preserve the lazy sequence and instead the writer should manage streaming.
cristianberneanu commented
I gave this a try, but it doesn't seem that useful, as the stream has to be materialized before the data provider is disposed.
I also saw no performance gain from it. Please reopen if you disagree.