prettytable-rs icon indicating copy to clipboard operation
prettytable-rs copied to clipboard

Streaming

Open FabioBatSilva opened this issue 6 years ago • 1 comments

Hi,

Is there any way to generate a table/csv that doesn't required all the values to be loaded in memory ? It looks like iterators are supported in some cases but the iterator is converted into Vec of cells/rows before it gets written.

Sorry if this is not the right place to ask question

FabioBatSilva avatar Apr 29 '19 05:04 FabioBatSilva

Hi, Streaming is not possible with the current design. All the values need to be loaded in memory in order to compute table dimensions

phsym avatar Aug 25 '19 14:08 phsym